luxlabs header browser preview


@class CALayer, UIImageView, UIView;

@interface SBHPageManagementCheckbox : UIButton {
    CALayer *_deselectedMask;
}

@property (readonly, nonatomic) double checkboxDiameter;
@property (readonly, nonatomic) UIView *backgroundView;
@property (readonly, nonatomic) UIView *highlightView;
@property (readonly, nonatomic) CALayer *deselectedMask;
@property (readonly, nonatomic) UIImageView *customImageView;

- (void)_dynamicUserInterfaceTraitDidChange;
- (struct CGSize { double x0; double x1; })intrinsicContentSize;
- (void)setHighlighted:(BOOL)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;
- (void)setSelected:(BOOL)a0 animated:(BOOL)a1;
- (void)setSelected:(BOOL)a0;
- (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0;
- (double)effectiveHighlightAlpha;
- (double)effectiveImageAlpha;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 checkboxDiameter:(double)a1 backgroundView:(id)a2;
- (void)updateDeselectedMaskState;

@end