Guest User

Untitled

a guest
Nov 23rd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if (session)
  2. {
  3. NSLog(@"signed in as %@", [session userName]);
  4. }
  5. else
  6. {
  7. NSLog(@"error: %@", [error localizedDescription]);
  8. }
  9.  
  10. }];
Add Comment
Please, Sign In to add comment