摘要: #import //延迟执行,delayFunc函数即为延迟执行的函数 #define onExit\ __strong void (^block)() __attribute__((cleanup(delayFunc),unused)) = ^ void delayFunc(__strong void (^*block)()){ (*block)(); } /... 阅读全文
posted @ 2016-06-30 22:33 Ficow 阅读(318) 评论(0) 推荐(0)