modernizing objectiveC

This commit is contained in:
Antoine Cœur
2017-09-14 00:31:27 +08:00
parent bad8ca91e2
commit f9df6800d6
5 changed files with 48 additions and 44 deletions
@@ -5,5 +5,5 @@
* Test delegate by collecting its calls
*/
@interface CollectingDelegate : NSObject <SSZipArchiveDelegate>
@property(nonatomic, retain) NSMutableArray *files;
@end
@property(nonatomic, retain) NSMutableArray<NSString *> *files;
@end