Skip to content

Instantly share code, notes, and snippets.

@mukulm24
Last active March 11, 2018 06:10
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/e82e099b9ca3be74707071d301532e47 to your computer and use it in GitHub Desktop.
Save mukulm24/e82e099b9ca3be74707071d301532e47 to your computer and use it in GitHub Desktop.
struct Apartment : Codable {
var buildingName : String
var rent : Float
var address : Address
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment