Cube  Artifact [3f56310839]

Artifact 3f56310839d8a1cb7cce56f874ae669dae6d5ec9ece90be314364c1d6a18ecb4:


#import <ObjFW/ObjFW.h>

@interface MenuItem: OFObject
@property (readonly, nonatomic) OFString *text, *action;

- (instancetype)initWithText:(OFString *)text action:(OFString *)action;
@end