Commit a87cea8af75828d7d6b38c67ef3bc4b1eea9ce79

Authored by zhangxiaowen
1 parent f04ac1ce

no message

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