Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Created February 23, 2018 19:36
Show Gist options
  • Save IsaAliev/ba685d4dc2205a1d06c2bc9e306cd7e3 to your computer and use it in GitHub Desktop.
Save IsaAliev/ba685d4dc2205a1d06c2bc9e306cd7e3 to your computer and use it in GitHub Desktop.
import Foundation
protocol GitHubUsersAPI {
func getLocationFor(_ user: String, completion: @escaping (String) -> ())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment