16#import "OFArchiveEntry.h"
18OF_ASSUME_NONNULL_BEGIN
26@protocol OFMutableArchiveEntry <OFArchiveEntry>
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 for storing, accessing and comparing dates.
Definition OFDate.h:30
Provides a way to store a number in an object.
Definition OFNumber.h:43
A class for handling strings.
Definition OFString.h:135