// // RuSunChangeNameTextViewCell.h // Ifish // // Created by imac on 2017/6/2. // Copyright © 2017年 lianlian. All rights reserved. // #import #import "RunSunCHControl.h" @interface RuSunChangeNameTextViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *lineImgView; @property (weak, nonatomic) IBOutlet UILabel *chTitle; @property (weak, nonatomic) IBOutlet UITextField *chName; @end