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