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