ChooseAreaCell.h 321 B

12345678910111213141516
  1. //
  2. // ChooseAreaCell.h
  3. // BuguLive
  4. //
  5. // Created by 丁凯 on 2017/6/2.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ChooseAreaCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UILabel *titlelabel;
  11. @property (weak, nonatomic) IBOutlet UILabel *areaLabel;
  12. @end