Skip to content

Instantly share code, notes, and snippets.

@s4cha
Created March 5, 2016 22:57
Show Gist options
  • Save s4cha/850cdf3c01e235387a60 to your computer and use it in GitHub Desktop.
Save s4cha/850cdf3c01e235387a60 to your computer and use it in GitHub Desktop.
fetchUserId().then { id in
print("UserID : \(id)")
}.onError { e in
print("An error occured : \(e)")
}.finally {
print("Everything is Done :)")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment