luxlabs header browser preview


@class UIView, NSString, NSArray, SUUIClientContext, SUUIStarRatingControl, NSMutableDictionary, UIControl, SUUIColorScheme, UIButton, UISegmentedControl, UIImageView, UILabel;

@interface SUUIReviewsHistogramView : UIView {
    SUUIClientContext *_clientContext;
    UILabel *_countLabel;
    NSMutableDictionary *_ratings;
    UISegmentedControl *_segmentedControl;
    UILabel *_starRatingControlLabel;
    UILabel *_titleLabel;
    double _userRating;
    UIImageView *_userRatingStarsView;
    UIView *_bottomSeparatorView;
    UIImageView *_histogramImageView;
}

@property (retain, nonatomic) SUUIColorScheme *colorScheme;
@property (copy, nonatomic) NSString *title;
@property (nonatomic) long long numberOfUserRatings;
@property (nonatomic) double userRating;
@property (copy, nonatomic) NSString *versionString;
@property (retain, nonatomic) NSArray *histogramValues;
@property (readonly, nonatomic) UIControl *segmentedControl;
@property (copy, nonatomic) NSArray *segmentedControlTitles;
@property (nonatomic) long long selectedSegmentIndex;
@property (readonly, nonatomic) SUUIStarRatingControl *starRatingControl;
@property (nonatomic) long long personalStarRating;
@property (readonly, nonatomic) UIButton *appSupportButton;
@property (readonly, nonatomic) UIButton *writeAReviewButton;

- (void)setBackgroundColor:(id)a0;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0;
- (id)_countLabelString;
- (id)_histogramImageForValues:(id)a0;
- (id)initWithClientContext:(id)a0;

@end