// // NewRegistCell.h // SERVICE // // Created by 肖雨 on 2017/8/12. // Copyright © 2017年 Luo. All rights reserved. // #import @interface NewRegistCell : UITableViewCell @property(copy,nonatomic)UIImageView *image; @property(copy,nonatomic)UILabel *title; @property(copy,nonatomic)UILabel *areacode; @end