Skip to content

Instantly share code, notes, and snippets.

@KordianKL
Created September 20, 2017 13:22
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 KordianKL/2c3f1237875f01a7c5dbcf6f40bd0935 to your computer and use it in GitHub Desktop.
Save KordianKL/2c3f1237875f01a7c5dbcf6f40bd0935 to your computer and use it in GitHub Desktop.
extension Animoji: Encodable {
func encode(to encoder: Encoder) throws {
try Animoji.Serialization(animoji: self).encode(to: encoder)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment