只要给代码中添加了一个nonnull/nullable,剩余的代码也必须添加,否则其他每个接口import引入的文件就会有warning
Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)
Insert '_Nullable' if the pointer may be
Insert '_Nonnull' if the pointer should never be null
不要忽略warning,特别是头文件中的warning,会被多处引用导致过大的描述信息