From fe30e3f5da7b15fbc235ef0ab8eb3ea29dea3c21 Mon Sep 17 00:00:00 2001 From: Scott Goodson Date: Thu, 21 Apr 2016 12:32:59 -0700 Subject: [PATCH] [ASImageNode] Adjust category naming for AnimatedImage properties to fix compiler warnings. --- AsyncDisplayKit/ASImageNode.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AsyncDisplayKit/ASImageNode.h b/AsyncDisplayKit/ASImageNode.h index 9e4a8024dd..d54a8aae34 100644 --- a/AsyncDisplayKit/ASImageNode.h +++ b/AsyncDisplayKit/ASImageNode.h @@ -112,6 +112,10 @@ typedef UIImage * _Nullable (^asimagenode_modification_block_t)(UIImage *image); */ - (void)setNeedsDisplayWithCompletion:(void (^ _Nullable)(BOOL canceled))displayCompletionBlock; +@end + +@interface ASImageNode (AnimatedImage) + /** * @abstract The animated image to playback *