// // YOUPAILCGPSCityCell.h // LiveChat // // Created by 张灿 on 2018/4/21. // Copyright © 2018年 caicai. All rights reserved. // #import typedef void(^gpsBtnBlock)(void); @interface YOUPAILCGPSCityCell : UITableViewCell @property(nonatomic,strong)UILabel* youpaipcityLabel; @property(nonatomic,strong)UIButton* youpaipgpsBtn; @property(nonatomic,copy)gpsBtnBlock youpaipblock; @end