Last active
May 21, 2019 03:41
-
-
Save MaatheusGois/418d11f2ba4c1829b6f96c0dc1e77ff7 to your computer and use it in GitHub Desktop.
This file contains 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
func postRequest(url:String, params: [String: String], | |
completion: @escaping ([String: Any]?, Error?) -> Void){ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment