@class UIColor; @interface LPBackgroundColorView : UIView @property (retain, nonatomic) UIColor *color; - (void).cxx_destruct; - (id)initWithColor:(id)a0; - (void)updateColor; @end