Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Created February 23, 2018 19:04
Show Gist options
  • Save IsaAliev/816b1bac94ea6fee5c7ec092438b35ce to your computer and use it in GitHub Desktop.
Save IsaAliev/816b1bac94ea6fee5c7ec092438b35ce to your computer and use it in GitHub Desktop.
import Foundation
protocol ErrorMessageGetter {
func messageFromErrorData(_ data: Data) -> String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment