. * */ namespace OCA\News\Utility; interface IFeedFetcher { function fetch($url); function canHandle($url); }