iphone-common-codes-ccteam源代码 CCTestMacros.h
//
// 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