luxlabs header browser preview


@class NSString, SKUIColorScheme, UILabel;

@interface SKUIProductPageCopyrightView : UIView {
    UILabel *_copyrightLabel;
}

@property (retain, nonatomic) NSString *copyrightString;
@property (retain, nonatomic) SKUIColorScheme *colorScheme;

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

@end