16#import "OFArchiveEntry.h"
18OF_ASSUME_NONNULL_BEGIN
25@protocol OFMutableArchiveEntry <OFArchiveEntry>
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 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