@class UILayoutGuide, MUCirclePlatterView, UIView, NSLayoutConstraint, UITapGestureRecognizer; @protocol MULabeledValueActionViewModelProviding, MULabelViewProtocol; @interface MULabeledValueActionRowView : MUPlaceSectionRowView { UILayoutGuide *_titleValueLayoutGuide; UIView *_titleLabel; UIView *_valueLabel; UIView *_tertiaryLabel; MUCirclePlatterView *_actionPlatterView; NSLayoutConstraint *_actionPlatterWidthConstraint; UITapGestureRecognizer *_tapGestureRecognizer; } @property (retain, nonatomic) id viewModel; - (void)copy:(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)_contentSizeDidChange; - (void)_setupSubviews; - (void)_updateAppearance; - (id)_valueLabelFont; - (void)_actionButtonTapped; - (double)_platterLength; - (void)_updateValueText; @end