Commit a87cea8af75828d7d6b38c67ef3bc4b1eea9ce79

Authored by zhangxiaowen
1 parent f04ac1ce

no message

CNLiveMineModule/Classes/UserInfo/CNLiveInfoUpdateController.m
@@ -42,8 +42,13 @@ @@ -42,8 +42,13 @@
42 42
43 @property (nonatomic, strong) UIView *contentView; 43 @property (nonatomic, strong) UIView *contentView;
44 44
  45 +// 头像
45 @property (nonatomic, strong) UIImageView *imageView; 46 @property (nonatomic, strong) UIImageView *imageView;
  47 +
  48 +// 昵称/地址
46 @property (nonatomic, strong) UITextField *textField; 49 @property (nonatomic, strong) UITextField *textField;
  50 +
  51 +// 个性签名
47 @property (nonatomic, strong) UITextView *textView; 52 @property (nonatomic, strong) UITextView *textView;
48 @property (nonatomic, strong) UILabel *textNum; 53 @property (nonatomic, strong) UILabel *textNum;
49 54