23OF_ASSUME_NONNULL_BEGIN
38@property (readonly, copy, nonatomic)
OFString *fileName;
43@property (readonly, nonatomic)
unsigned long long compressedSize;
48@property (readonly, nonatomic)
unsigned long long uncompressedSize;
54@property (readonly, retain, nonatomic)
OFDate *modificationDate;
59@property OF_NULLABLE_PROPERTY (readonly, copy, nonatomic)
65@property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
71@property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
77@property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
83@property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
89@property OF_NULLABLE_PROPERTY (readonly, retain, nonatomic)
95#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
The root class for all other classes inside ObjFW.
Definition OFObject.h:692
A class for handling strings.
Definition OFString.h:143