美文网首页
Implicit conversion of an Object

Implicit conversion of an Object

作者: 呆呆羞 | 来源:发表于2017-05-08 10:47 被阅读0次

Implicit conversion of an Objective-C pointer to '__autoreleasing instancetype *' (aka '__autoreleas


Implicit conversion of an Objective-C pointer to '__autoreleasing instancetype *' (aka '__autoreleas

翻译:

一个Objective-C指针的隐式转换__autoreleasing instancetype *”(又名“__autoreleas>


     +(instancetype *) 错误表达方式
     +(instancetype) 正确表达方式


相关文章

网友评论

      本文标题:Implicit conversion of an Object

      本文链接:https://www.haomeiwen.com/subject/hldmtxtx.html