Skip to content

Instantly share code, notes, and snippets.

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 projectxcappe/8849f90efbda1055efd05475b1fced6b to your computer and use it in GitHub Desktop.
Save projectxcappe/8849f90efbda1055efd05475b1fced6b to your computer and use it in GitHub Desktop.
struct PlacesData: Codable {
let data: [Place]
let msg: String
let status: Int
let statuscode: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment