luxlabs header browser preview


@class UILabel;

@interface PXProtoTextualFeatureView : PXProtoFeatureView {
    UILabel *_label;
}

- (void)updateContent;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (struct CGSize { double x0; double x1; })compactContentSize;
- (struct UIEdgeInsets { double x0; double x1; double x2; double x3; })minimumMargins;
- (struct CGSize { double x0; double x1; })regularContentSize;

@end