iOS-解决Property xxx cannot be found in forward class object异常 发表于 2014-12-29 | 分类于 Objective-C | | Property xxx cannot be found in forward class object异常。 原因为,在.h文件中声明了@class XXX,在.m文件中未导入XXX.h。