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

来源:互联网 发布:linux uboot 启动详解 编辑:程序博客网 时间:2024/06/09 15:48
////  CCFoundation.h//  CCFC////  Created by xichen on 11-12-23.//  Copyright 2011 ccteam. All rights reserved.//#ifndef CC_FOUNDATION_H#define CC_FOUNDATION_H#ifdef  __OBJC__#import <Foundation/Foundation.h>#include "CCNSString.h"#include "CCNSObject.h"#include "CCNSThread.h"#include "CCNSURL.h"#include "CCNSNumber.h"#include "CCNSDate.h"#include "CCNSData.h"#include "CCNSCalendar.h"#include "CCNSArray.h"@interface CCFoundation : NSObject {}@end#endif  // __OBJC__#endif  // CC_FOUNDATION_H


googlecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCFoundation.h

原创粉丝点击