@class UILabel, NSString, UIColor; @interface CAMButtonLabel : UIView @property (readonly, retain, nonatomic) UILabel *_label; @property (copy, nonatomic) NSString *text; @property (retain, nonatomic) UIColor *textColor; @property (nonatomic) long long textAlignment; @property (nonatomic) BOOL wantsLegibilityShadow; @property (readonly, nonatomic) struct CGSize { double width; double height; } contentSize; - (void)setHighlightedTextColor:(id)a0; - (id)highlightedTextColor; - (void)traitCollectionDidChange:(id)a0; - (struct CGSize { double x0; double x1; })intrinsicContentSize; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)_updateInternalContentSize; - (void).cxx_destruct; - (void)_updateAttributedText; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; @end