YOUPAILCGPSCityCell.h 415 B

1234567891011121314151617
  1. //
  2. // YOUPAILCGPSCityCell.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/4/21.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. typedef void(^gpsBtnBlock)(void);
  10. @interface YOUPAILCGPSCityCell : UITableViewCell
  11. @property(nonatomic,strong)UILabel* youpaipcityLabel;
  12. @property(nonatomic,strong)UIButton* youpaipgpsBtn;
  13. @property(nonatomic,copy)gpsBtnBlock youpaipblock;
  14. @end