mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
More updates
This commit is contained in:
@@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
*
|
||||
* @returns A transformed image.
|
||||
*/
|
||||
typedef UIImage *(^asimagenode_modification_block_t)(UIImage *image);
|
||||
typedef UIImage * _Nullable (^asimagenode_modification_block_t)(UIImage *image);
|
||||
|
||||
|
||||
/**
|
||||
@@ -86,7 +86,7 @@ typedef UIImage *(^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