Skip to content

Instantly share code, notes, and snippets.

@cristianpalomino
Created March 3, 2019 19:11
Show Gist options
  • Save cristianpalomino/85c14010a95270cf77d1585f3701be82 to your computer and use it in GitHub Desktop.
Save cristianpalomino/85c14010a95270cf77d1585f3701be82 to your computer and use it in GitHub Desktop.
protocol Encodable {
func encode(to encoder: Encoder) throws
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment