关于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日子  阅读(85)  评论(0)    收藏  举报

导航