Files
ZipArchive/Tests/CollectingDelegate.h
T

8 lines
202 B
Objective-C

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