mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Annotate ASImageNode's imageModificationBlock as nullable
This commit is contained in:
@@ -94,7 +94,7 @@ typedef UIImage * _Nullable (^asimagenode_modification_block_t)(UIImage *image);
|
||||
* @discussion Can be used to add image effects (such as rounding, adding
|
||||
* borders, or other pattern overlays) without extraneous display calls.
|
||||
*/
|
||||
@property (nonatomic, readwrite, copy) asimagenode_modification_block_t imageModificationBlock;
|
||||
@property (nullable, nonatomic, readwrite, copy) asimagenode_modification_block_t imageModificationBlock;
|
||||
|
||||
/**
|
||||
* @abstract Marks the receiver as needing display and performs a block after
|
||||
|
||||
Reference in New Issue
Block a user