[IOS]Null passed to a callee that requires a non-null argument
程序员文章站
2022-05-30 22:25:04
...
遇到warning:Null passed to a callee that requires a non-null argument
只需要在变量前加上_Nullable,例如
HwIpPingDiagnosticsResult * _Nullable pingResult