首页 > 代码库 > instance method '*****' not found (return type defaults to 'id')

instance method '*****' not found (return type defaults to 'id')

在一个类里面引用另外一个类的实例方法,警告方法没有找到。

原因.h文件没有应用,只在头文件中申明了@class

#import相应的.h文件就可以

instance method '*****' not found (return type defaults to 'id')