JMSGTextContent Class Reference

Inherits from JMSGAbstractContent : NSObject
Conforms to NSCopying
Declared in JMSGTextContent.h

Overview

纯文本内容类型

  text

内容文本

@property (nonatomic, readonly, copy) NSString *text

Declared In

JMSGTextContent.h

– initWithText:

基于文本初始化内容对象

- (instancetype)initWithText:(NSString *)text

Parameters

text

纯文本内容

Discussion

这是预设的创建文本类型内容的方法

Declared In

JMSGTextContent.h