0
点赞
收藏
分享

微信扫一扫

dealloc函数中不能使用弱引用,不然crash


dealloc函数中不能使用弱引用,不然crash。

- (void)dealloc {

@weakify(self);

}


举报

相关推荐

0 条评论