// // ChoosePersonAddressVC.h // watch // // Created by WeiChaoZheng on 2017/10/28. // Copyright © 2017年 xTT. All rights reserved. // #import #import "Contacts.h" #import "baseViewController.h" @interface ChoosePersonAddressVC : baseViewController @property (strong,nonatomic) UITableView * tableView; @property (strong, nonatomic) Contacts *infoContacts; @end