//
// CCFileUtil.h
// CCFC
//
// Created by xichen on 11-12-16.
// Copyright 2011 ccteam. All rights reserved.
//
#ifndef CC_DEBUG_H
#define CC_DEBUG_H
#ifdef __OBJC__
#define RELEASE_VERSION __OPTIMIZE__
#endif // __OBJC__
#endif // CC_DEBUG_H
googlecode链接地址(会有更新):
http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCDebug.h
iphone-common-codes-ccteam源代码 CCDebug.h
本文详细解读了CCDebug.h文件的创建背景、优化策略及其在iOS开发中的实际应用,包括版本控制与代码优化技巧。

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



