Created
December 8, 2018 16:24
-
-
Save flexaddicted/15a865b5e5eca4d7542e837e23875a6f 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
protocol URLRequestable { | |
func load(urlRequest: URLRequest) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment