ObjFW  Diff

Differences From Artifact [47e47e4256]:

To Artifact [5ad8260290]:


105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
105
106
107
108
109
110
111


112
113
114
115
116
117
118
119







-
-








    OFDate *modificationDate;

/*!
 * @brief The LHA extensions of the file.
 */
@property (readwrite, copy, nonatomic) OFArray OF_GENERIC(OFData *) *extensions;

- (instancetype)init OF_UNAVAILABLE;

/*!
 * @brief Converts the OFMutableLHAArchiveEntry to an immutable
 *	  OFLHAArchiveEntry.
 */
- (void)makeImmutable;
@end

OF_ASSUME_NONNULL_END