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