@class NSString, UILabel; @interface SUUIRedeemResultMessageView : UIView { UILabel *_messageLabel; UILabel *_titleLabel; } @property (copy, nonatomic) NSString *message; @property (copy, nonatomic) NSString *title; - (void)setBackgroundColor:(id)a0; - (void).cxx_destruct; - (void)layoutSubviews; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; @end