Last active
October 18, 2017 13:55
-
-
Save serhatsezer/e4267335863da991cf832e73af084ba9 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
| let provider = SSProvider<UserProvider>() | |
| provider.request(.getUser(name: "Serhat")) { (response, error) in | |
| if let response = response { | |
| print("result \(response.result)") | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment