[ASImageNode] Adjust category naming for AnimatedImage properties to fix compiler warnings.

This commit is contained in:
Scott Goodson 2016-04-21 12:32:59 -07:00
parent dd4853bf3a
commit fe30e3f5da

View File

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