Guest User

Untitled

a guest
Jan 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. @available(iOS 9.0, *)
  2. func application(_ application: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any])
  3. -> Bool {
  4. return GIDSignIn.sharedInstance().handle(url,
  5. sourceApplication:options[UIApplicationOpenURLOptionsKey.sourceApplication] as? String,
  6. annotation: [:])
  7. }
Add Comment
Please, Sign In to add comment