摘要: //// CCDelete.m// CCFC//// Created by xichen on 11-12-17.// Copyright 2011年 ccteam. All rights reserved.//#import "CCDelete.h"@implementation CCDelete@endgooglecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCDelete.m 阅读全文
posted @ 2011-12-30 11:14 cc_team 阅读(134) 评论(0) 推荐(0) 编辑
摘要: //// 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_Hgooglecode链接地址(会有更新):http://code.google.com/p... 阅读全文
posted @ 2011-12-30 11:13 cc_team 阅读(146) 评论(0) 推荐(0) 编辑
摘要: //// CCContact.m// CCFC//// Created by xichen on 11-12-16.// Copyright 2011年 ccteam. All rights reserved.//#import "CCContact.h"@implementation CCContact// 调用联系人界面+ (ABPeoplePickerNavigationController *) showAddressBookPeopleView:(id)delegate withId:(ABPropertyI... 阅读全文
posted @ 2011-12-30 11:12 cc_team 阅读(197) 评论(0) 推荐(0) 编辑
摘要: //// CCContact.h// CCFC//// Created by xichen on 11-12-16.// Copyright 2011年 ccteam. All rights reserved.//#import <Foundation/Foundation.h>#import <AddressBook/AddressBook.h>#import <AddressBookUI/AddressBookUI.h>@interface CCContact : NSObject { }// 调用联系人界面+ (ABPeoplePickerNaviga 阅读全文
posted @ 2011-12-30 11:11 cc_team 阅读(163) 评论(0) 推荐(0) 编辑
摘要: // // 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 #ifndef CC_ENABLE_PRIVATE_API #define CC_ENABLE_PRIVATE_API 1 ... 阅读全文
posted @ 2011-12-30 11:08 cc_team 阅读(194) 评论(0) 推荐(0) 编辑
摘要: // // CCConfig.m // CCFC // // Created by xichen on 11-12-19. // Copyright 2011 ccteam. All rights reserved. // #import "CCConfig.h" @implementation CCConfig @endgooglecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCConfig.m 阅读全文
posted @ 2011-12-30 11:08 cc_team 阅读(119) 评论(0) 推荐(0) 编辑
摘要: // // CCCompile.m // CCFC // // Created by xichen on 11-12-17. // Copyright 2011年 ccteam. All rights reserved. // #import "CCCompile.h" @implementation CCCompile @endgooglecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCCompile.m 阅读全文
posted @ 2011-12-30 11:07 cc_team 阅读(109) 评论(0) 推荐(0) 编辑
摘要: // // CCCompile.h // CCFC // // Created by xichen on 11-12-17. // Copyright 2011年 ccteam. All rights reserved. // #import <Foundation/Foundation.h> // 是否进行编译并执行指定函数(默认函数为无参函数) #define COMPILE(compiledOrNot, funcPtr) \ if(compiledOrNot) \ { \ ... 阅读全文
posted @ 2011-12-30 11:06 cc_team 阅读(145) 评论(0) 推荐(0) 编辑
摘要: // // CCCommon.h // CCFC // // Created by xichen on 11-12-17. // Copyright 2011年 ccteam. All rights reserved. // #import <Foundation/Foundation.h> #define DO_NOTHING #define XUCHEN #define XICHEN // 转变成字符串类型 #define TO_STR(var) #var // 数字转换成bool类型字符串 #define TO_BOOL_STR(intNu... 阅读全文
posted @ 2011-12-30 11:05 cc_team 阅读(152) 评论(0) 推荐(0) 编辑
摘要: // // CCCommon.m // CCFC // // Created by xichen on 11-12-17. // Copyright 2011年 ccteam. All rights reserved. // #import "CCCommon.h" @implementation CCCommon @endgooglecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/source/browse/trunk/CCFC/files/CCCommon.m 阅读全文
posted @ 2011-12-30 11:05 cc_team 阅读(115) 评论(0) 推荐(0) 编辑