PLVCustomIntroductionMessage

Objective-C

@interface PLVCustomIntroductionMessage : NSObject

@property (nonatomic, copy, nullable) NSString *content; // 通知正文

@end

Swift

class PLVCustomIntroductionMessage : NSObject

Undocumented

  • Undocumented

    Declaration

    Objective-C

    @property (nonatomic, copy, nullable) NSString *content

    Swift

    var content: String? { get set }