Artifact 77172769a0945a5b9db76e885131836dc1bce05414fe7c06fdc4574dd55ddba9:
- File src/Identifier.h — part of check-in [0ee94739ce] at 2025-03-25 23:38:08 on branch trunk — Clean up Variable (user: js, size: 361) [annotate] [blame] [check-ins using]
#import <ObjFW/ObjFW.h> OF_ASSUME_NONNULL_BEGIN @interface Identifier: OFObject @property (readonly, copy, nonatomic) OFString *name; @property (class, readonly, nonatomic) OFMutableDictionary<OFString *, __kindof Identifier *> *identifiers; - (instancetype)init OF_UNAVAILABLE; - (instancetype)initWithName:(OFString *)name; @end OF_ASSUME_NONNULL_END