1 Star 0 Fork 0

beghujam/VVDocumenter-Xcode-master

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
VVDocumenter-Xcode-Prefix.pch 323 Bytes
一键复制 编辑 原始数据 按行查看 历史
beghujam 提交于 2016-03-29 13:37 +08:00 . 注释插件
//
// Prefix header for all source files of the 'VVDocumenter-Xcode' target in the 'VVDocumenter-Xcode' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#import "NSString+PDRegex.h"
#endif
//#define __DEBUG__ 1
#ifdef __DEBUG__
#define VVLog(...) NSLog(__VA_ARGS__)
#else
#define VVLog(...) do{} while(0)
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/adiljan.git/VVDocumenter-Xcode-master.git
git@gitee.com:adiljan.git/VVDocumenter-Xcode-master.git
adiljan.git
VVDocumenter-Xcode-master
VVDocumenter-Xcode-master
master

搜索帮助