Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Created February 23, 2018 19:01
Show Gist options
  • Save IsaAliev/e947cae9b5a0cef12b984292393283d9 to your computer and use it in GitHub Desktop.
Save IsaAliev/e947cae9b5a0cef12b984292393283d9 to your computer and use it in GitHub Desktop.
import Foundation
protocol SuccessResponseChecker {
func isSuccessResponse(_ response: ResponseRepresentable) -> Bool
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment