// // SSelectAreaCell.h // BuguLive // // Created by 丁凯 on 2017/8/21. // Copyright © 2017年 xfg. All rights reserved. // #import @interface SSelectAreaCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIView *bottomView; @property (weak, nonatomic) IBOutlet UILabel *cityLabel; @property (weak, nonatomic) IBOutlet UILabel *numLabel; @end