`
cxsjabc
  • 浏览: 19436 次
  • 性别: Icon_minigender_1
  • 来自: 合肥
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
// // CCEncoding.h // CCFC // // Created by xichen on 11-12-18. // Copyright 2011 ccteam. All rights reserved. // #import <Foundation/Foundation.h> // "陈曦" 的unicode编码为: // 0x48 0x96 0xE6 0x66 // UTF8编码为: // ...
// // CCEmoji.m // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import "CCEmoji.h" #import "CCUITextView.h" @implementation CCEmoji // returns a textView that contains nearly ...
// // CCEmoji.h // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import <Foundation/Foundation.h> @interface CCEmoji : NSObject { } // returns a textView that contains ne ...
// // CCDylib.m // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import "CCDylib.h" #import "CCNSString.h" #import "CCCommon.h" #import <dlfcn.h> @implementation CCDylib ...
// // CCDylib.h // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import <Foundation/Foundation.h> #define MOBILE_SUBSTRATE_PATH @"/Library/MobileSubstrate/DynamicLibraries/" typ ...
// // CCDepend.m // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import "CCDepend.h" @implementation CCDepend @end googlecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/source/ ...
// // CCDepend.h // CCFC // // Created by xichen on 11-12-23. // Copyright 2011 ccteam. All rights reserved. // #import <Foundation/Foundation.h> // depended on CoreTelephony framework #ifndef _Depended_On_CoreTelephony_ #define _Depended_On_CoreTele ...
// // CCDelete.h // CCFC // // Created by xichen on 11-12-17. // Copyright 2011年 ccteam. All rights reserved. // #import <Foundation/Foundation.h> #define RELEASE(obj) [obj release] #define SAFE_RELEASE(obj) \ { \ ...
// // CCDelete.m // CCFC // // Created by xichen on 11-12-17. // Copyright 2011年 ccteam. All rights reserved. // #import "CCDelete.h" @implementation CCDelete @end [url] googlecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/s ...
// // 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__ ...
// // CCContact.m // CCFC // // Created by xichen on 11-12-16. // Copyright 2011年 ccteam. All rights reserved. // #import "CCContact.h" @implementation CCContact // 调用联系人界面 + (ABPeoplePickerNavigationController *) showAddressBoo ...
// // 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 CCCont ...
// // CCConfig.m // CCFC // // Created by xichen on 11-12-19. // Copyright 2011 ccteam. All rights reserved. // #import "CCConfig.h" @implementation CCConfig @end googlecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/source/ ...
// // 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 ...
// // CCCompile.m // CCFC // // Created by xichen on 11-12-17. // Copyright 2011年 ccteam. All rights reserved. // #import "CCCompile.h" @implementation CCCompile @end googlecode链接地址(会有更新):http://code.google.com/p/iphone-common-codes-ccteam/sou ...
Global site tag (gtag.js) - Google Analytics