Moved favIconFetching to MPIconHelper

This commit is contained in:
Michael Starke
2018-08-17 12:19:16 +02:00
parent 8ed936a08d
commit 27d1f512f0
3 changed files with 55 additions and 42 deletions

View File

@@ -144,4 +144,6 @@ typedef NS_ENUM(NSUInteger, MPIconType) {
*/
+ (NSArray *)databaseIconTypes;
+ (void)fetchIconDataForURL:(NSURL *)url completionHandler:(void (^)(NSData *iconData))handler;
@end