首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

instance method 'AddList:' not found (return type defaults to 'id

2012-11-23 
instance method -AddList: not found (return type defaults to id)---- iOS开发之最灵异事件之6我在一个

instance method '-AddList:' not found (return type defaults to 'id')---- iOS开发之最灵异事件之6

我在一个类里面引用另外一个类的实例方法,方法没有找到。可是我在那个类里面写了方法啊,头文件也申明了.

最后发现是

#import "ExternalListLayer.h"

头文件没有引用,只在.h引用了

@class ExternalListLayer



instance method 'AddList:' not found (return type defaults to 'id')---- iOS开发之最灵异事件之六





instance method 'AddList:' not found (return type defaults to 'id')---- iOS开发之最灵异事件之六




instance method 'AddList:' not found (return type defaults to 'id')---- iOS开发之最灵异事件之六


热点排行