RCTextMessageCell Class Reference
| Inherits from | RCMessageCell : RCMessageBaseCell : UICollectionViewCell |
|---|---|
| Conforms to | RCAttributedLabelDelegate |
| Declared in | RCTextMessageCell.h |
textLabel
显示消息内容的Label
@property (strong, nonatomic) RCAttributedLabel *textLabelDiscussion
显示消息内容的Label
Declared In
RCTextMessageCell.h
– setDataModel:
设置当前消息Cell的数据模型
- (void)setDataModel:(RCMessageModel *)modelParameters
model |
消息Cell的数据模型 |
|---|
Discussion
设置当前消息Cell的数据模型
Declared In
RCTextMessageCell.h