Fixes documentation for ASImageNode

This commit is contained in:
Arnaud Coomans
2014-10-15 10:33:10 -07:00
parent c1f7d9f78d
commit b553678938

View File

@@ -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