@class SUUIReviewList, NSString, SUUIClientContext, UIControl, NSArray, SUUIReviewsHistogramView; @interface SUUIReviewsHistogramViewController : UIViewController { SUUIReviewsHistogramView *_histogramView; } @property (retain, nonatomic) SUUIClientContext *clientContext; @property (retain, nonatomic) SUUIReviewList *reviewList; @property (copy, nonatomic) NSString *versionString; @property (readonly, nonatomic) UIControl *segmentedControl; @property (copy, nonatomic) NSArray *segmentedControlTitles; @property (nonatomic) long long selectedSegmentIndex; @property (readonly, nonatomic) UIControl *starRatingControl; @property (nonatomic) long long personalStarRating; @property (readonly, nonatomic) UIControl *appSupportButton; @property (readonly, nonatomic) UIControl *writeAReviewButton; - (void)loadView; - (void).cxx_destruct; - (id)_histogramView; - (void)_reloadHistogram; @end