Skip to content

Instantly share code, notes, and snippets.

@bobgodwinx
Created June 27, 2018 07:10
Show Gist options
  • Save bobgodwinx/edec840b00fdc121636af860220ce60a to your computer and use it in GitHub Desktop.
Save bobgodwinx/edec840b00fdc121636af860220ce60a to your computer and use it in GitHub Desktop.
OST04
typealias Resource = (response: HTTPURLResponse, data: Data)
protocol ModelType {
var datasource: Observable<Resource> {get}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment