mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-16 11:20:18 +00:00
[ASImageNode] Adjust category naming for AnimatedImage properties to fix compiler warnings.
This commit is contained in:
parent
dd4853bf3a
commit
fe30e3f5da
@ -112,6 +112,10 @@ typedef UIImage * _Nullable (^asimagenode_modification_block_t)(UIImage *image);
|
|||||||
*/
|
*/
|
||||||
- (void)setNeedsDisplayWithCompletion:(void (^ _Nullable)(BOOL canceled))displayCompletionBlock;
|
- (void)setNeedsDisplayWithCompletion:(void (^ _Nullable)(BOOL canceled))displayCompletionBlock;
|
||||||
|
|
||||||
|
@end
|
||||||
|
|
||||||
|
@interface ASImageNode (AnimatedImage)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @abstract The animated image to playback
|
* @abstract The animated image to playback
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user