YOUPAILCBoardCell.h 418 B

123456789101112131415
  1. //
  2. // YOUPAILCBoardCell.h
  3. // LiveChat
  4. //
  5. // Created by 张灿 on 2018/9/26.
  6. // Copyright © 2018年 caicai. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YOUPAILCBoardModel.h"
  10. @interface YOUPAILCBoardCell : UITableViewCell
  11. @property(nonatomic,strong)YOUPAILCBoardModel* youpaipboardModel;
  12. @property(nonatomic,assign)NSInteger youpaiptype;//0 代表大咖值 1代表财富值 2代表礼物值
  13. @end