luxlabs header browser preview


@class UITapGestureRecognizer, NSString, UILayoutGuide, MUCirclePlatterView, UILabel, NSLayoutConstraint, UIButton;
@protocol MUDynamicButtonCellModel;

@interface MUButtonCellRowView : MUPlaceSectionRowView <MUDynamicButtonCellModelChangeDelegate> {
    UILayoutGuide *_titleValueLayoutGuide;
    UILabel *_titleLabel;
    UILabel *_valueLabel;
    UIButton *_menuButton;
    MUCirclePlatterView *_actionPlatterView;
    UITapGestureRecognizer *_tapGestureRecognizer;
    NSLayoutConstraint *_platterWidthConstraint;
}

@property (retain, nonatomic) id<MUDynamicButtonCellModel> viewModel;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)touchesCancelled:(id)a0 withEvent:(id)a1;
- (void)_setupConstraints;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)touchesBegan:(id)a0 withEvent:(id)a1;
- (void).cxx_destruct;
- (void)touchesEnded:(id)a0 withEvent:(id)a1;
- (void)_contentSizeDidChange;
- (void)_setupSubviews;
- (void)_updateAppearance;
- (void)_buttonCellTapped;
- (double)_platterLength;
- (void)_setupAccessibilityIdentifier;
- (void)_updateForPlatterAvailability;
- (void)dynamicButtonCellModelDidChange:(id)a0;

@end