关于weak

#define DECLARE_WEAK_SELF __typeof(&*self) __weak weakSelf = self
#define DECLARE_STRONG_SELF __typeof(&*self) __strong strongSelf = weakSelf

posted on 2015-07-24 09:44  封起De日子  阅读(77)  评论(0编辑  收藏  举报

导航