Skip to content

Instantly share code, notes, and snippets.

@cristianpalomino
Created March 3, 2019 19:10
Show Gist options
  • Save cristianpalomino/756dc554b695cc9f97cdcc57c885f7e9 to your computer and use it in GitHub Desktop.
Save cristianpalomino/756dc554b695cc9f97cdcc57c885f7e9 to your computer and use it in GitHub Desktop.
protocol Decodable {
init(from decoder: Decoder) throws
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment