Propiedad de clase Swift Access usando objetos
// modify the name property
bike1.name = "Mountain Bike"
// access the gear property
bike1.gears
SAMER SAEID
// modify the name property
bike1.name = "Mountain Bike"
// access the gear property
bike1.gears