PLVSpeakMessage

Objective-C

@interface PLVSpeakMessage : NSObject

@property (nonatomic, copy) NSString * _Nullable msgId;

@property (nonatomic, copy) NSString *content;

@end

Swift

class PLVSpeakMessage : NSObject

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString * _Nullable msgId

    Swift

    var msgId: String? { get set }
  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *content

    Swift

    var content: String { get set }