From 6ebb376a4d1ca5acd3ad98c18aa4c8e8a392baa3 Mon Sep 17 00:00:00 2001 From: Eric Jensen Date: Tue, 15 Mar 2016 12:58:23 -0700 Subject: [PATCH] Annotate ASImageNode's imageModificationBlock as nullable --- AsyncDisplayKit/ASImageNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncDisplayKit/ASImageNode.h b/AsyncDisplayKit/ASImageNode.h index b2298752e5..ee8f1f1cc2 100644 --- a/AsyncDisplayKit/ASImageNode.h +++ b/AsyncDisplayKit/ASImageNode.h @@ -94,7 +94,7 @@ typedef UIImage * _Nullable (^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