diff --git a/weakself.m b/weakself.m index 40a15129..ee05fa58 100644 --- a/weakself.m +++ b/weakself.m @@ -4,4 +4,4 @@ completion-scope: Function or Method --- -__weak typeof(self)weakSelf = self; +__weak typeof(<#strongSelf#>)weakSelf = <#strongSelf#>;