CollectingDelegate.h 229 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #import <Foundation/Foundation.h> #import "SSZipArchive.h" /** * Test delegate by collecting its calls */ @interface CollectingDelegate : NSObject <SSZipArchiveDelegate> @property(nonatomic, retain) NSMutableArray *files; @end