Skip to content

Instantly share code, notes, and snippets.

@mukulm24
Last active March 11, 2018 06:21
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 mukulm24/de1d15c1aef752c81e34df2ab2f23aa0 to your computer and use it in GitHub Desktop.
Save mukulm24/de1d15c1aef752c81e34df2ab2f23aa0 to your computer and use it in GitHub Desktop.
func createAppartmentToRent(){
let oxfordAptAddress = Address(flatNumber: 24, streetName: "Elphinston Road", city: "Pune", state: "Maharashtra", country: "India")
let oxfordApt = Apartment(buildingName: "Oxford", rent: 18500.0, address: oxfordAptAddress)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment