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 *contentSwift
var content: String? { get set }
View on GitHub
PLVCustomIntroductionMessage Class Reference