Skip to content

Instantly share code, notes, and snippets.

@inacioferrarini
Last active June 23, 2017 22:02
Show Gist options
  • Save inacioferrarini/4dfcaf7a4bba53a96e5cfcf9c95fbc0e to your computer and use it in GitHub Desktop.
Save inacioferrarini/4dfcaf7a4bba53a96e5cfcf9c95fbc0e to your computer and use it in GitHub Desktop.
ApiClient for ios-simple-network-layer
import Foundation
protocol ApiClient {
var rootUrl: String { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment