mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-11 15:10:37 +00:00
17 lines
298 B
Objective-C
17 lines
298 B
Objective-C
//
|
|
// 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
|