Created
February 10, 2017 08:41
-
-
Save cjndubisi/518c150d88576251566e29e4a670faa7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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