标签:cti __strong objective efi pre 弱引用 typeof eof 强引用
#define CHWeakSelf(type) __weak typeof(type) weak##type = type;
#define CHStrongSelf(type) __strong typeof(type) type = weak##type;
标签:cti __strong objective efi pre 弱引用 typeof eof 强引用
原文地址:https://www.cnblogs.com/CH520/p/9311395.html