YOUPAILCCityCell.h 269 B

12345678910111213
  1. //
  2. // YOUPAILCCityCell.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/4/15.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YOUPAILCCityCell : UITableViewCell
  10. @property(nonatomic,strong)UILabel* youpaipcityLabel;
  11. @end