mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-19 12:49:02 +00:00
[ASPINRemoteImageDownloader] Replace instancetype with actual class name for shared instance
This commit is contained in:
parent
33d0919b1f
commit
2e2ebe8c08
@ -11,6 +11,6 @@
|
||||
|
||||
@interface ASPINRemoteImageDownloader : NSObject <ASImageCacheProtocol, ASImageDownloaderProtocol>
|
||||
|
||||
+ (instancetype)sharedDownloader;
|
||||
+ (ASPINRemoteImageDownloader *)sharedDownloader;
|
||||
|
||||
@end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user