Advertisement
Guest User

Untitled

a guest
Sep 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.29 KB | None | 0 0
  1. UserAPI.loginPromise(username: "mgarrigues", password: "lc4@JMexToxN2jJU9")
  2.             .then { (UserAPI.LoginStruct) -> Void = { logInfo in
  3.    
  4.                 loginPromiseCompletion(logInfo: logInfo)
  5.                 }
  6.             }
  7.             .catch{
  8.                 //error
  9.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement