Avatar
__weak typeof (self) weakSelf = self; void (^const block)(void) = ^{ typeof (self) const strongSelf = weakSlef; if (!strongSelf) { return }; };
7:21 AM
これですよね