// // PersonAddressCell.h // watch // // Created by WeiChaoZheng on 2017/10/28. // Copyright © 2017年 xTT. All rights reserved. // #import @interface PersonEditAddressCell : UITableViewCell @property (strong, nonatomic) IBOutlet UITextField *nameTextField; @property (strong, nonatomic) IBOutlet UITextField *phoneTextField; @end