iphone-common-codes-ccteam源代码 CCConfig.h

来源:互联网 发布:双肩皮包知乎 编辑:程序博客网 时间:2024/04/28 03:43
////  CCConfig.h//  CCFC////  Created by xichen on 11-12-19.//  Copyright 2011 ccteam. All rights reserved.//#import <Foundation/Foundation.h>// for avoid or allow to compile codes that uses private api methods#ifndefCC_ENABLE_PRIVATE_API#defineCC_ENABLE_PRIVATE_API1#endif// for avoid or allow to compile codes that is the public api extend methods#ifndef CC_ENABLE_PUBLIC_API_EXTEND#defineCC_ENABLE_PUBLIC_API_EXTEND 1#endif// for avoid or allow to compile codes that is the private class or api#ifndefCC_COMPILE_PRIVATE_CLASS#defineCC_COMPILE_PRIVATE_CLASS1#endif#ifndef ENABLE_UINAVIGATION_BAR_REDRAW#define ENABLE_UINAVIGATION_BAR_REDRAW0#endif@interface CCConfig : NSObject {}@end

googlecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCConfig.h
原创粉丝点击