Skip to content

Instantly share code, notes, and snippets.

@tranhieutt
Created July 12, 2017 04:03
Show Gist options
  • Save tranhieutt/1bf005bd57d141a2f7f262129b2b86ae to your computer and use it in GitHub Desktop.
Save tranhieutt/1bf005bd57d141a2f7f262129b2b86ae to your computer and use it in GitHub Desktop.
extension Cat: Pet {}
extension Dog: Pet {}
let pets: [Pet] = [Cat(name: "Mistten"), Dog(name: "Yeeker")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment