Fix static analysis warning

This commit is contained in:
Diego Waxemberg
2015-02-01 21:09:21 -05:00
committed by Cameron Gutman
parent 11c27baaf8
commit 1313429f65
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -17,5 +17,6 @@
@property (nonatomic) App* app;
@property (nonatomic) NSMutableDictionary* cache;
@property (nonatomic) id<AppAssetCallback> callback;
@property (nonatomic) BOOL useCache;
@end