Null passed to a callee that requires a non-null argument

OC中定义的方法参数默认是不为空的,如果能够为空需要手动指定__nullable ,我想这个警告是提示开发者警惕可能空参数

原文地址:https://www.cnblogs.com/huaida/p/12801252.html