Files
ZipArchive/ObjectiveCExample/ObjectiveCExampleTests/CollectingDelegate.h

9 lines
242 B
Objective-C

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