本文永久地址为http://www.cnblogs.com/ChenYilong/p/4052362.html?,转载请注明出处。
Incompatible block pointer types sending ‘void (^)([ClassNameA]] *__strong)‘ to parameter of type ‘[BlockName]‘ (aka ‘void (^)([ClassNameB]] *__strong)‘)
典型传参错误,[BlockName]应该传参[ClassNameB]但是你传参传入了[BlockNameA]
?
本文永久地址为http://www.cnblogs.com/ChenYilong/p/4052362.html ,转载请注明出处。
时间: 2024-10-23 14:47:54