博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
iphone-common-codes-ccteam源代码 CCConfig.h
阅读量:6186 次
发布时间:2019-06-21

本文共 837 字,大约阅读时间需要 2 分钟。

//  //  CCConfig.h  //  CCFC  //  //  Created by xichen on 11-12-19.  //  Copyright 2011 ccteam. All rights reserved.  //   #import 
// for avoid or allow to compile codes that uses private api methods #ifndef CC_ENABLE_PRIVATE_API #define CC_ENABLE_PRIVATE_API 1 #endif // for avoid or allow to compile codes that is the public api extend methods #ifndef CC_ENABLE_PUBLIC_API_EXTEND #define CC_ENABLE_PUBLIC_API_EXTEND 1 #endif // for avoid or allow to compile codes that is the private class or api #ifndef CC_COMPILE_PRIVATE_CLASS #define CC_COMPILE_PRIVATE_CLASS 1 #endif #ifndef ENABLE_UINAVIGATION_BAR_REDRAW #define ENABLE_UINAVIGATION_BAR_REDRAW 0 #endif @interface CCConfig : NSObject { } @end

googlecode链接地址(会有更新):

转载于:https://www.cnblogs.com/ccteam/archive/2011/12/30/2307162.html

你可能感兴趣的文章
2018/02/13
查看>>
echarts(二)
查看>>
Hibernate映射文件结构
查看>>
rollPagerView引导页轮播图
查看>>
redis集群介绍,redis集群搭建配置,redis集群操作
查看>>
Gitbilt hooks 简单的账户操作权限控制
查看>>
[3.30]#珠海GDG#成立大会胜利闭幕!
查看>>
mybatis 批量Update(2)
查看>>
RabbitMQ安装
查看>>
django 学习笔记 (五)
查看>>
iOS UItableviewCell实现可变高度的UITextView,动态刷新高度
查看>>
iOS开发- 利用runtime拦截UIButton的点击事件,防止重复点击
查看>>
Java,Jsp获取客户端IP地址
查看>>
100-88
查看>>
android4.0.3 编译lichee 报错dhd-cdc-sdmmc-gpl-3.0.8问题
查看>>
crc16 - 产生Modbus RTU格式的CRC码
查看>>
招聘又来了,这次推荐有奖哦
查看>>
我的友情链接
查看>>
Linux下ssh秘钥方式登录远程服务器
查看>>
golang test测试使用
查看>>