// // ChooseAreaCell.h // BuguLive // // Created by 丁凯 on 2017/6/2. // Copyright © 2017年 xfg. All rights reserved. // #import @interface ChooseAreaCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *titlelabel; @property (weak, nonatomic) IBOutlet UILabel *areaLabel; @end