// // YOUPAILCVideoChatMessageCell.h // LiveChat // // Created by 张灿 on 2018/10/15. // Copyright © 2018年 caicai. All rights reserved. // #import #import "YOUPAILCVideoChatMessageModel.h" NS_ASSUME_NONNULL_BEGIN @protocol LCVideoChatMessageCellDelegate - (void)youpaifcontentClicked:(YOUPAILCVideoChatMessageModel*)model; @end @interface YOUPAILCVideoChatMessageCell : UITableViewCell @property(nonatomic,weak)id youpaipdelegate; @property(nonatomic,strong)YOUPAILCVideoChatMessageModel* youpaipmsgModel; //@property (nonatomic,assign) CGFloat cellHeight; //+(CGFloat)youpaifcellHeightWithModel:(YOUPAILCVideoChatMessageModel*)model; @end NS_ASSUME_NONNULL_END