SSelectAreaCell.h 378 B

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