Files
ZipArchive/Tests/CollectingDelegate.h
T
2015-06-06 20:43:47 +03:00

8 lines
204 B
Objective-C

#import <Foundation/Foundation.h>
/**
* Test delegate by collecting its calls
*/
@interface CollectingDelegate : NSObject <SSZipArchiveDelegate>
@property(nonatomic, retain) NSMutableArray *files;
@end