mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fixes documentation for ASImageNode
This commit is contained in:
@@ -13,7 +13,7 @@ typedef NS_ENUM(NSUInteger, ASImageNodeTint) {
|
|||||||
ASImageNodeTintGreyscale,
|
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.
|
// FIXME: This class should not derive from ASControlNode once ASButtonNode is implemented.
|
||||||
@interface ASImageNode : ASControlNode
|
@interface ASImageNode : ASControlNode
|
||||||
|
|||||||
Reference in New Issue
Block a user