Modernize coding style
This commit is contained in:
parent
d6f82eb3d5
commit
3438e3569b
37 changed files with 407 additions and 422 deletions
|
@ -34,8 +34,8 @@ OF_ASSUME_NONNULL_BEGIN
|
|||
OFMutableDictionary *_data;
|
||||
}
|
||||
|
||||
- init OF_UNAVAILABLE;
|
||||
- initWithFile: (OFString *)file;
|
||||
- (instancetype)init OF_UNAVAILABLE;
|
||||
- (instancetype)initWithFile: (OFString *)file;
|
||||
@end
|
||||
|
||||
OF_ASSUME_NONNULL_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue