@class SUUIGradientView, UITextField, SUUIComposeReviewSampleCardView, UILabel, UIView; @interface SUUIComposeReviewNicknameView : UIView @property (retain, nonatomic) UILabel *titleView; @property (retain, nonatomic) UILabel *nicknamePlaceholderLabel; @property (retain, nonatomic) SUUIComposeReviewSampleCardView *sampleCardView; @property (retain, nonatomic) SUUIGradientView *sampleCardGradientView; @property (retain, nonatomic) UIView *nicknameBackgroundView; @property (retain, nonatomic) UITextField *nicknameTextfield; @property (retain, nonatomic) UILabel *nicknameInfoLabel; - (void)traitCollectionDidChange:(id)a0; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void).cxx_destruct; - (void)_setupView; - (void)_setupInfo; - (void)_setupTextField; - (void)_setupSampleCardView; - (void)_setupTitle; @end