PLVSpeakMessage
@interface PLVSpeakMessage : NSObject
@property (nonatomic, copy) NSString * _Nullable msgId;
@property (nonatomic, copy) NSString *content;
@end
Undocumented
PLVLiveScenesSDK 1.5.0 Docs (63% documented)
@interface PLVSpeakMessage : NSObject
@property (nonatomic, copy) NSString * _Nullable msgId;
@property (nonatomic, copy) NSString *content;
@end
Undocumented