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