Artifact 6c970911322d708145a38ddfb940ceb1c83202c357693cc36420c3c1426422be:
- File src/Alias.h — part of check-in [6f5dd50626] at 2025-03-08 02:38:40 on branch trunk — Improve clang-format (user: js, size: 403) [annotate] [blame] [check-ins using]
#import "Identifier.h" OF_ASSUME_NONNULL_BEGIN @interface Alias: Identifier @property (copy, nonatomic) OFString *action; @property (readonly, nonatomic) bool persisted; - (instancetype)initWithName:(OFString *)name OF_UNAVAILABLE; - (instancetype)initWithName:(OFString *)name action:(OFString *)action persisted:(bool)persisted; @end OF_ASSUME_NONNULL_END