Skip to content

Commit 5cbc3b8

Browse files
committed
add nonnull for NIMLinkModelPraserResult
1 parent 985d89d commit 5cbc3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NIMKit/NIMKit/Classes/Sections/Model/NIMMessageModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
@property (nonatomic,strong) NSArray<NIMLinkModel *> *links;
2424
@property (nonatomic,strong) NSString *text;
2525

26-
+ (NIMLinkModelPraserResult *) praser:(NSString *)text;
26+
+ (nonnull NIMLinkModelPraserResult *) praser:(NSString *)text;
2727

2828
@end
2929

0 commit comments

Comments
 (0)