常用宏定义 - 强引用弱引用
Posted ch520
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了常用宏定义 - 强引用弱引用相关的知识,希望对你有一定的参考价值。
强引用、弱引用
#define CHWeakSelf(type) __weak typeof(type) weak##type = type;
#define CHStrongSelf(type) __strong typeof(type) type = weak##type;
以上是关于常用宏定义 - 强引用弱引用的主要内容,如果未能解决你的问题,请参考以下文章