mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-14 10:20:11 +00:00
Remove null handling docs for nonnull argument
This commit is contained in:
parent
da953ac421
commit
da3af0cade
@ -20,8 +20,7 @@ typedef void(^ASImageCacherCompletion)(UIImage * _Nullable imageFromCache);
|
|||||||
/**
|
/**
|
||||||
@abstract Attempts to fetch an image with the given URL from the cache.
|
@abstract Attempts to fetch an image with the given URL from the cache.
|
||||||
@param URL The URL of the image to retrieve from the cache.
|
@param URL The URL of the image to retrieve from the cache.
|
||||||
@param callbackQueue The queue to call `completion` on. If this value is nil, @{ref completion} will be invoked on the
|
@param callbackQueue The queue to call `completion` on.
|
||||||
main-queue.
|
|
||||||
@param completion The block to be called when the cache has either hit or missed.
|
@param completion The block to be called when the cache has either hit or missed.
|
||||||
@param imageFromCache The image that was retrieved from the cache, if the image could be retrieved; nil otherwise.
|
@param imageFromCache The image that was retrieved from the cache, if the image could be retrieved; nil otherwise.
|
||||||
@discussion If `URL` is nil, `completion` will be invoked immediately with a nil image. This method should not block
|
@discussion If `URL` is nil, `completion` will be invoked immediately with a nil image. This method should not block
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user