Skip to content

Instantly share code, notes, and snippets.

@fmo91
Created May 28, 2018 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fmo91/d0b07486875892756aab43c1e1394557 to your computer and use it in GitHub Desktop.
Save fmo91/d0b07486875892756aab43c1e1394557 to your computer and use it in GitHub Desktop.
public protocol RequestType {
associatedtype ResponseType: Codable
var data: RequestData { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment