20 #import "OFArchiveEntry.h" 22 OF_ASSUME_NONNULL_BEGIN
34 @property (readwrite, copy, nonatomic)
OFString *fileName;
39 @property (readwrite, nonatomic)
unsigned long long compressedSize;
44 @property (readwrite, nonatomic)
unsigned long long uncompressedSize;
50 @property (readwrite, retain, nonatomic)
OFDate *modificationDate;
55 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
61 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
67 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
73 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
79 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
85 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
91 #import "OFMutableArchiveEntry.h" A class which represents an entry in an archive.
Definition: OFArchiveEntry.h:26
A class for storing, accessing and comparing dates.
Definition: OFDate.h:33
A class which represents a mutable entry in an archive.
A class for handling strings.
Definition: OFString.h:142
Provides a way to store a number in an object.
Definition: OFNumber.h:46