@@ -51,11 +51,11 @@ } /*! * The archive comment. */ -@property OF_NULLABLE_PROPERTY (nonatomic, copy) OFString *archiveComment; +@property OF_NULLABLE_PROPERTY (copy, nonatomic) OFString *archiveComment; /*! * @brief Creates a new OFZIPArchive object with the specified stream. * * @param stream A stream from which the ZIP archive will be read.