Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Created February 23, 2018 19:05
Show Gist options
  • Save IsaAliev/06d9d8606c759a5437001fef77d33a04 to your computer and use it in GitHub Desktop.
Save IsaAliev/06d9d8606c759a5437001fef77d33a04 to your computer and use it in GitHub Desktop.
import Foundation
protocol ErrorCodeHandler {
func handleError(with code: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment