Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Last active January 21, 2018 22:13
Show Gist options
  • Select an option

  • Save agoiabel/b74ab6a61b1acfde0712c8b7e18f24c8 to your computer and use it in GitHub Desktop.

Select an option

Save agoiabel/b74ab6a61b1acfde0712c8b7e18f24c8 to your computer and use it in GitHub Desktop.
class Airplane {
let landingGear: String
func fly() {
print("I can fly")
}
}
class JetPlane: Airplane {
let jetEngine: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment