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