Make use of OF_DIRECT

FossilOrigin-Name: 7a98b92af94db34093428fc95da00435311c270d74135e69aa94bca16871a023
This commit is contained in:
Jonathan Schleifer 2025-03-25 23:52:50 +00:00
parent fb8a872695
commit cc5cc21aca
27 changed files with 73 additions and 50 deletions

View file

@ -2,6 +2,7 @@
OF_ASSUME_NONNULL_BEGIN
OF_DIRECT_MEMBERS
@interface MapModelInfo: OFObject
@property (nonatomic) int rad, h, zoff, snap;
@property (copy, nonatomic) OFString *name;