luxlabs header browser preview


@class PXCuratedLibraryLabelConfiguration;

@interface PXCuratedLibraryLabel : UILabel <PXGReusableView>

@property (copy, nonatomic) PXCuratedLibraryLabelConfiguration *userData;
@property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } clippingRect;
@property (readonly, nonatomic) BOOL shouldReuseWhenInvisible;

+ (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0 withConfiguration:(id)a1;

- (void)prepareForReuse;
- (void)becomeReusable;
- (void).cxx_destruct;

@end