luxlabs header browser preview


@class UILabel;

@interface CPSLabeledValueView : UIView

@property (readonly, nonatomic) UILabel *valueText;
@property (readonly, nonatomic) UILabel *label;

- (id)init;
- (void).cxx_destruct;
- (void)setTextColor:(id)a0;

@end