原文:instance method '-addMask' not found (return type defaults to 'id')

摘的 instance method addMask not found return type defaults to id 今天下午修复了一个警告 这很明显是由于没有包含头文件造成的警告 dan但明明在ZZ.m中包含了YY.h文件 但发现是在YY.m 中包含了XX.h 文件 而YY.h 中只有 class XX 声明 所以只包含YY.h 是不能包含XX.h 的。 所以会出现警告 在ZZ.m中 ...

2012-09-22 15:18 0 4281 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM