遇到warning:Null passed to a callee that requires a non-null argument
只需要在变量前加上_Nullable,例如
HwIpPingDiagnosticsResult * _Nullable pingResult
[IOS]Null passed to a callee that requires a non-null argument
阅读 120
2022-08-05
遇到warning:Null passed to a callee that requires a non-null argument
只需要在变量前加上_Nullable,例如
HwIpPingDiagnosticsResult * _Nullable pingResult
相关推荐
精彩评论(0)