@@ -90,16 +90,16 @@ OFZIPArchiveEntryCompressionMethod compressionMethod; /** * @brief The compressed size of the entry's file. */ -@property (readwrite, nonatomic) uint64_t compressedSize; +@property (readwrite, nonatomic) unsigned long long compressedSize; /** * @brief The uncompressed size of the entry's file. */ -@property (readwrite, nonatomic) uint64_t uncompressedSize; +@property (readwrite, nonatomic) unsigned long long uncompressedSize; /** * @brief The CRC32 checksum of the entry's file. */ @property (readwrite, nonatomic) uint32_t CRC32;