RCConversationBaseCell Class Reference
Inherits from | UITableViewCell |
---|---|
Declared in | RCConversationBaseCell.h |
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