mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-10 13:06:33 +00:00
[ASPINRemoteImageDownloader] Replace instancetype with actual class name for shared instance
This commit is contained in:
@@ -11,6 +11,6 @@
|
||||
|
||||
@interface ASPINRemoteImageDownloader : NSObject <ASImageCacheProtocol, ASImageDownloaderProtocol>
|
||||
|
||||
+ (instancetype)sharedDownloader;
|
||||
+ (ASPINRemoteImageDownloader *)sharedDownloader;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user