From b55367893893ed49daa4520273fb26139a30768c Mon Sep 17 00:00:00 2001 From: Arnaud Coomans Date: Wed, 15 Oct 2014 10:33:10 -0700 Subject: [PATCH] Fixes documentation for ASImageNode --- AsyncDisplayKit/ASImageNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncDisplayKit/ASImageNode.h b/AsyncDisplayKit/ASImageNode.h index 37b3a5c4ef..ba87fac73a 100644 --- a/AsyncDisplayKit/ASImageNode.h +++ b/AsyncDisplayKit/ASImageNode.h @@ -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