luxlabs header browser preview


@class NSArray, UIView, UIStackView;

@interface SUUITrendingSearchView : UIScrollView

@property (weak, nonatomic) UIStackView *trendingSearchesStackView;
@property (weak, nonatomic) UIStackView *titleStackView;
@property (retain, nonatomic) NSArray *verticalMarginRelatedConstraints;
@property (copy, nonatomic) UIView *trendingTitleView;
@property (copy, nonatomic) NSArray *trendingSearchViews;

- (void)layoutMarginsDidChange;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)updateConstraints;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (id)initWithCoder:(id)a0;
- (void)commonInitWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;

@end