. * */ namespace Friendica\Core\Hooks\Capabilities; /** * All classes, implementing this interface are valid Strategies for Hook calls */ interface IAmAStrategy { }