Guest User

Untitled

a guest
Dec 13th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. NSError* configureError;
  2. [[GGLContext sharedInstance] configureWithError: &configureError];
  3. NSAssert(!configureError, @"Error configuring Google services: %@", configureError);
Add Comment
Please, Sign In to add comment