Skip to content

Instantly share code, notes, and snippets.

@cjndubisi
Created February 10, 2017 08:41
Show Gist options
  • Select an option

  • Save cjndubisi/518c150d88576251566e29e4a670faa7 to your computer and use it in GitHub Desktop.

Select an option

Save cjndubisi/518c150d88576251566e29e4a670faa7 to your computer and use it in GitHub Desktop.
profileService.createProfile()
.then{ profile -> Void in
// do something with profile
}. catch { error in
// handle error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment