mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Should be nullable not _Nullable
This commit is contained in:
@@ -28,7 +28,7 @@ typedef void(^ASImageCacherCompletion)(UIImage * _Nullable imageFromCache);
|
||||
the calling thread to fetch the image from a fast memory cache. It is OK to return nil from this method and instead
|
||||
support only cachedImageWithURL:callbackQueue:completion: however, synchronous rendering will not be possible.
|
||||
*/
|
||||
- (_Nullable UIImage *)synchronouslyFetchedCachedImageWithURL:(NSURL *)URL;
|
||||
- (nullable UIImage *)synchronouslyFetchedCachedImageWithURL:(NSURL *)URL;
|
||||
|
||||
/**
|
||||
@abstract Attempts to fetch an image with the given URL from the cache.
|
||||
|
||||
Reference in New Issue
Block a user