luxlabs header browser preview


@class VUILabel, NSString;

@interface VUIMenuSectionHeaderCollectionViewCell : UICollectionViewCell

@property (retain, nonatomic) VUILabel *titleLabel;
@property (retain, nonatomic) NSString *title;

- (void).cxx_destruct;
- (void)layoutSubviews;
- (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0;
- (struct CGSize { double x0; double x1; })_layoutWithSize:(struct CGSize { double x0; double x1; })a0 metricsOnly:(BOOL)a1;

@end