Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Last active January 11, 2018 07:06
Show Gist options
  • Save agoiabel/866f424c0ecc39a1dd4db05ce35b91fe to your computer and use it in GitHub Desktop.
Save agoiabel/866f424c0ecc39a1dd4db05ce35b91fe to your computer and use it in GitHub Desktop.
class Dog {
let name: String
var breed: String
var age: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment