@@ -46,11 +46,11 @@ * - Write support is missing. * - The ZIP has to be a file on the local file system. * - Encrypted files cannot be read. */ -@interface OFZIPArchive (OF_PRIVATE_CATEGORY) +@interface OFZIPArchive () - (void)OF_readZIPInfo; - (void)OF_readEntries; @end @interface OFZIPArchive_LocalFileHeader: OFObject