mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Fixes documentation for ASImageNode
This commit is contained in:
@@ -13,7 +13,7 @@ typedef NS_ENUM(NSUInteger, ASImageNodeTint) {
|
||||
ASImageNodeTintGreyscale,
|
||||
};
|
||||
|
||||
typedef UIImage *(^asimagenode_modification_block_t)(UIImage *);
|
||||
typedef UIImage *(^asimagenode_modification_block_t)(UIImage *image);
|
||||
|
||||
// FIXME: This class should not derive from ASControlNode once ASButtonNode is implemented.
|
||||
@interface ASImageNode : ASControlNode
|
||||
|
||||
Reference in New Issue
Block a user