ObjFW  Diff

Differences From Artifact [5707c10edc]:

To Artifact [60ff5cf688]:


15
16
17
18
19
20
21
22

23
24
25
15
16
17
18
19
20
21

22
23
24
25







-
+




#import "OFZIPArchive.h"

#import "Archive.h"

@interface ZIPArchive: OFObject <OFZIPArchiveDelegate, Archive>
{
	OFString *_path;
	OFIRI *_archiveIRI;
	OFZIPArchive *_archive;
}
@end