luxlabs header browser preview


@interface _UITableViewHeaderFooterViewLabel : UILabel {
    struct CGSize { double width; double height; } _patternPhase;
}

@property (nonatomic) struct CGSize { double x0; double x1; } patternPhase;

- (id)init;
- (void)drawRect:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;

@end