YOUPAILCCommonCell.h 452 B

12345678910111213141516
  1. //
  2. // YOUPAILCCommonCell.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/4/13.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YOUPAILCCommonCell : UITableViewCell
  10. @property(nonatomic,strong)UIImageView* youpaiparrowImgView;
  11. @property(nonatomic,strong)UILabel* youpaiparrowLabel;
  12. @property(nonatomic,strong)UILabel* youpaipheadLabel;
  13. @property(nonatomic,strong)UILabel* youpaipdataLabel;
  14. @end