Incompatible integer to pointer conversion initializing 'NSInteger *' (aka 'int *') with an expression of type 'NSInteger' (aka 'int');
去掉变量命名前的 * 号
Incompatible integer to pointer conversion initializing 'NSInteger *' (aka 'int *') with an expression of type 'NSInteger' (aka 'int');
去掉变量命名前的 * 号
本文标题:Incompatible integer to pointer
本文链接:https://www.haomeiwen.com/subject/cvksuxtx.html
网友评论