// // CCTestMacros.h // CCFC // // Created by xichen on 11-12-30. // Copyright 2011 ccteam. All rights reserved. // // test file should include this file for compiling right codes! #import <Foundation/Foundation.h> #ifndef CC_ENABLE_TEST_GOOGLE_MAP #define CC_ENABLE_TEST_GOOGLE_MAP 0 #endif @interface CCTestMacros : NSObject { } @end
可能有更新:
googlecode链接地址:http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCTestMacros.h
github地址: https://github.com/cxsjabc/iphone-common-codes-ccteam/tree/master/CCFC/files/CCTestMacros.h
本文档介绍了CCTestMacros的配置方法及使用注意事项。该文件由xichen创建于2011年12月30日,适用于CCFC项目,并包含如何正确引入此头文件以确保测试代码能够正常编译的相关说明。文中还提到了谷歌地图测试功能的开关宏定义,以及源代码的存放位置。
223

被折叠的 条评论
为什么被折叠?



