Make use of OF_DIRECT
FossilOrigin-Name: 7a98b92af94db34093428fc95da00435311c270d74135e69aa94bca16871a023
This commit is contained in:
parent
fb8a872695
commit
cc5cc21aca
27 changed files with 73 additions and 50 deletions
|
@ -3,8 +3,8 @@
|
|||
OF_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface Identifier: OFObject
|
||||
@property (readonly, copy, nonatomic) OFString *name;
|
||||
@property (class, readonly, nonatomic)
|
||||
@property (direct, readonly, copy, nonatomic) OFString *name;
|
||||
@property (class, direct, readonly, nonatomic)
|
||||
OFMutableDictionary<OFString *, __kindof Identifier *> *identifiers;
|
||||
|
||||
- (instancetype)init OF_UNAVAILABLE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue