- //
- // YOUPAILCCityCell.h
- // LiveChat
- //
- // Created by 张灿 on 2018/4/15.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface YOUPAILCCityCell : UITableViewCell
- @property(nonatomic,strong)UILabel* youpaipcityLabel;
- @end
|