luxlabs header browser preview


@class UILabel, NSAttributedString, UITapGestureRecognizer;
@protocol MUOverallRatingPlatterViewModel;

@interface MUOverallRatingPlatterView : UIView {
    UILabel *_attributionLabel;
    UILabel *_starLabel;
    UILabel *_ratingLabel;
    UITapGestureRecognizer *_tapGestureRecognizer;
}

@property (readonly, nonatomic) NSAttributedString *starString;
@property (readonly, nonatomic) NSAttributedString *ratingString;
@property (retain, nonatomic) id<MUOverallRatingPlatterViewModel> viewModel;

- (void)_setupConstraints;
- (struct CGSize { double x0; double x1; })intrinsicContentSize;
- (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;
- (void)_updateAttribution;
- (id)_attributesWithFont:(id)a0 color:(id)a1;
- (void)addSelectionGestureWithTarget:(id)a0 action:(SEL)a1;

@end