Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Update weakSelf to remove redundant referencing
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Apr 25, 2013
1 parent acd7bdb commit e263d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weakself.m
Expand Up @@ -5,4 +5,4 @@
// Language: Objective-C
// Completion Scope: Function or Method

__weak __typeof(&*self)weakSelf = self;
__weak typeof(self)weakSelf = self;

0 comments on commit e263d51

Please sign in to comment.