Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. _coreDataStack = [[CoreDataStack alloc]init];
  2. __weak SubclassOfApplication *weakSelf = self;
  3. SubclassOfApplication *strongSelf = weakSelf;
  4. Report *attributes = [strongSelf -> _coreDataStack];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement