[Build] Addressing some linker warnings in the test target.

This commit is contained in:
Scott Goodson
2016-04-17 21:07:35 -07:00
parent 53d010b055
commit cd25facda5
2 changed files with 1 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
#import "ASImageNode.h"
#import "ASImageProtocols.h"
@interface ASImageNode ()
@interface ASImageNode (AnimatedImage)
@property (atomic, assign) BOOL animatedImagePaused;
@property (nullable, atomic, strong) id <ASAnimatedImageProtocol> animatedImage;
@end