luxlabs header browser preview


@interface RemindersUICore.TTRIMenuButtonAttachment : NSTextAttachment {
    void /* unknown type, empty encoding */ menu;
    void /* unknown type, empty encoding */ traitCollection;
    void /* unknown type, empty encoding */ font;
    void /* unknown type, empty encoding */ textColor;
    void /* unknown type, empty encoding */ verticalPadding;
    void /* unknown type, empty encoding */ horizontalPadding;
}

@property (nonatomic) double lineLayoutPadding;

- (id)init;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)initWithData:(id)a0 ofType:(id)a1;

@end