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