16 #import "OFArchiveEntry.h" 18 OF_ASSUME_NONNULL_BEGIN
31 @property (readwrite, copy, nonatomic)
OFString *fileName;
36 @property (readwrite, nonatomic)
unsigned long long compressedSize;
41 @property (readwrite, nonatomic)
unsigned long long uncompressedSize;
47 @property (readwrite, retain, nonatomic)
OFDate *modificationDate;
52 @property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic)
58 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
64 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
70 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
76 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
82 @property OF_NULLABLE_PROPERTY (readwrite, retain, nonatomic)
88 #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