@@ -28,24 +28,24 @@ @interface OFMutableZIPArchiveEntry: OFZIPArchiveEntry /*! * The file name of the entry. */ -@property (readwrite, nonatomic, copy) OFString *fileName; +@property (readwrite, copy, nonatomic) OFString *fileName; /*! * The comment of the entry's file. */ -@property OF_NULLABLE_PROPERTY (readwrite, nonatomic, copy) +@property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic) OFString *fileComment; /*! * The extra field of the entry. * * The item size *must* be 1! */ -@property OF_NULLABLE_PROPERTY (readwrite, nonatomic, copy) OFData *extraField; +@property OF_NULLABLE_PROPERTY (readwrite, copy, nonatomic) OFData *extraField; /*! * The version which made the entry. * * The lower 8 bits are the ZIP specification version.@n @@ -66,11 +66,11 @@ /*! * The last modification date of the entry's file. * * @note Due to limitations of the ZIP format, this has only 2 second precision. */ -@property (readwrite, nonatomic, retain) OFDate *modificationDate; +@property (readwrite, retain, nonatomic) OFDate *modificationDate; /*! * The compression method of the entry. * * Supported values are: