RCConversationBaseCell Class Reference

Inherits from UITableViewCell
Declared in RCConversationBaseCell.h

Overview

会话Cell基类

  model

会话Cell的数据模型

@property (nonatomic, strong) RCConversationModel *model

Discussion

会话Cell的数据模型

Declared In

RCConversationBaseCell.h

– setDataModel:

设置会话Cell的数据模型

- (void)setDataModel:(RCConversationModel *)model

Parameters

model

会话Cell的数据模型

Discussion

设置会话Cell的数据模型

Declared In

RCConversationBaseCell.h