luxlabs header browser preview


@class UILabel, BFFPaneHeaderView, UIView;

@interface AAUIPaneHeaderView_tvOS : UIView {
    BFFPaneHeaderView *_header;
}

@property (readonly, nonatomic) UILabel *textLabel;
@property (readonly, nonatomic) UILabel *subLabel;
@property (readonly, nonatomic) UILabel *detailTextLabel;
@property (readonly, nonatomic) UIView *_header;

- (void)setLayoutMargins:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; })a0;
- (void)setTitleText:(id)a0;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (double)innerHeaderMaxY;
- (void)makeAllTheTextFits;

@end