We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985d89d commit 5cbc3b8Copy full SHA for 5cbc3b8
NIMKit/NIMKit/Classes/Sections/Model/NIMMessageModel.h
@@ -23,7 +23,7 @@
23
@property (nonatomic,strong) NSArray<NIMLinkModel *> *links;
24
@property (nonatomic,strong) NSString *text;
25
26
-+ (NIMLinkModelPraserResult *) praser:(NSString *)text;
++ (nonnull NIMLinkModelPraserResult *) praser:(NSString *)text;
27
28
@end
29
0 commit comments