Created
June 27, 2018 07:10
-
-
Save bobgodwinx/edec840b00fdc121636af860220ce60a to your computer and use it in GitHub Desktop.
OST04
This file contains 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
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