代码摘录自YYKit:https://github.com/ibireme/YYKit

/**

Add this macro before each category implementation, so we don't have to use
 -all_load or -force_load to load object files from static libraries that only
 contain categories and no classes.
 More info: http://developer.apple.com/library/mac/#qa/qa2006/qa1490.html .
 *******************************************************************************
 Example:
     YYSYNTH_DUMMY_CLASS(NSString_YYAdd)
 */
#ifndef YYSYNTH_DUMMY_CLASS
#define YYSYNTH_DUMMY_CLASS(_name_) \
@interface YYSYNTH_DUMMY_CLASS_ ## _name_ : NSObject @end \
@implementation YYSYNTH_DUMMY_CLASS_ ## _name_ @end
#endif

最新文章

  1. mysql 插入中文报错: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Incorrect datetime value...
  2. leetcode51. N-Queens
  3. don't forget the bigger picture
  4. Mybatis的分页插件PageHelper
  5. Spark1.2新特性概述
  6. hostname、uname、dmesg、fdisk
  7. [AngularJS] Use ng-model-options to limit $digest
  8. 14.3.5.2 Deadlock Detection and Rollback 死锁检测和回滚:
  9. SyntaxHighlighter代码高亮插件
  10. Swift 学习笔记 (三) 之循环引用浅析
  11. jquery.datetimepicker.js 当鼠标离开时,不选中当前时间,以达到清空的目的
  12. 安全性测试之防范 DDoS 攻击
  13. 读取Json,并替换json中的指定字符
  14. NGUI外包开发总结一下今天的收获
  15. c++ 怎么输出保留2位小数的浮点数
  16. L2-024. 部落(并查集)*
  17. SpringBoot小新手。
  18. 【托业】【新托业TOEIC新题型真题】学习笔记9-题库七+八--P4-5
  19. Tensorflow安装环境更新
  20. Combination Sum leetcode java

热门文章

  1. burpsuite绕过本地javascripte上传文件
  2. QUnit使用笔记-1判断方法
  3. bzoj1021 [SHOI2008]Debt 循环的债务
  4. BZOJ1100 : [POI2007]对称轴osi
  5. BZOJ3796 : Mushroom追妹纸
  6. 实例讲解Linux下的makefile
  7. 【C语言】09-字符串
  8. myeclipse显示行号
  9. PHP5 session 详解【经典】 -- 转帖
  10. 直接双击运行PowerShell的脚本文件