Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. __weak typeof(self) weakSelf = self;
  2. dispatch_async(dispatch_get_main_queue(), ^{
  3. [weakSelf doStuff];
  4. });
  5.  
  6. @property(nullable, nonatomic, assign) id<UIApplicationDelegate> delegate;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement