Skip to content

Instantly share code, notes, and snippets.

@dejanskledar
Created October 16, 2017 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dejanskledar/69334e206c357932fdf78ba14ce5bc6c to your computer and use it in GitHub Desktop.
Save dejanskledar/69334e206c357932fdf78ba14ce5bc6c to your computer and use it in GitHub Desktop.
protocol Encodable {
func encode(to encoder: Encoder) throws
}
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