YH_BarrageMsgCell.h 518 Bytes
//
//  YH_BarrageMsgCell.h
//  Yoho
//
//  Created by Arthur on 16/6/14.
//  Copyright © 2016年 YOHO. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "YH_BarrageModel.h"
#import "YH_ImageSliceService.h"

@interface YH_BarrageMsgCell : UITableViewCell

//@property (strong, nonatomic) YH_BarrageMsgModel *msgModel;

//- (void)setRandomColorAvatar;

+ (CGFloat)cellHeightWithMessage:(YH_BarrageMsgModel *)msgModel;

- (void)updateCellWithMessage:(YH_BarrageMsgModel *)msgModel cellWidth:(CGFloat)width;

@end