mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 16:39:35 +00:00
Moved favIconFetching to MPIconHelper
This commit is contained in:
@@ -144,4 +144,6 @@ typedef NS_ENUM(NSUInteger, MPIconType) {
|
||||
*/
|
||||
+ (NSArray *)databaseIconTypes;
|
||||
|
||||
+ (void)fetchIconDataForURL:(NSURL *)url completionHandler:(void (^)(NSData *iconData))handler;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user