Skip to content

Instantly share code, notes, and snippets.

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