@@ -31,13 +31,10 @@ * * @brief A class which represents an entry in an LHA archive. */ @interface OFLHAArchiveEntry: OFObject { -#ifdef OF_LHA_ARCHIVE_ENTRY_M -@public -#endif OFString *_fileName, *_Nullable _directoryName, *_compressionMethod; uint32_t _compressedSize, _uncompressedSize; OFDate *_date; uint8_t _headerLevel; uint16_t _CRC16;