// // SGWeakProxy.h // SGQRCodeExample // // Created by kingsic on 2022/7/2. // #import NS_ASSUME_NONNULL_BEGIN @interface SGWeakProxy : NSProxy /// 类方法创建 SGWeakProxy + (instancetype)weakProxyWithTarget:(id)aTarget; @end NS_ASSUME_NONNULL_END