16 #import "OFArchiveEntry.h" 18 OF_ASSUME_NONNULL_BEGIN
30 @property (readwrite, copy, nonatomic)
OFString *fileName;
35 @property (readwrite, nonatomic)
unsigned long long compressedSize;
40 @property (readwrite, nonatomic)
unsigned long long uncompressedSize;
46 @property (readwrite, retain, nonatomic)
OFDate *modificationDate;
51 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
57 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
63 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
69 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
75 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
81 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
87 #import "OFMutableArchiveEntry.h" A class which represents an entry in an archive.
Definition: OFArchiveEntry.h:22
A class for storing, accessing and comparing dates.
Definition: OFDate.h:29
A class which represents a mutable entry in an archive.
A class for handling strings.
Definition: OFString.h:134
Provides a way to store a number in an object.
Definition: OFNumber.h:42