mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Add default PINRemoteImageDownloader
This commit is contained in:
16
AsyncDisplayKit/Details/ASPINRemoteImageDownloader.h
Normal file
16
AsyncDisplayKit/Details/ASPINRemoteImageDownloader.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// ASPINRemoteImageDownloader.h
|
||||
// Pods
|
||||
//
|
||||
// Created by Garrett Moon on 2/5/16.
|
||||
//
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "ASImageProtocols.h"
|
||||
|
||||
@interface ASPINRemoteImageDownloader : NSObject <ASImageCacheProtocol, ASImageDownloaderProtocol>
|
||||
|
||||
+ (instancetype)sharedDownloader;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user