20#import "OFArchiveEntry.h"
22OF_ASSUME_NONNULL_BEGIN
29@protocol OFMutableArchiveEntry <OFArchiveEntry>
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 for storing, accessing and comparing dates.
Definition OFDate.h:34
Provides a way to store a number in an object.
Definition OFNumber.h:47
A class for handling strings.
Definition OFString.h:143