Skip to content

Instantly share code, notes, and snippets.

@identity2
Created June 8, 2019 05:14
Show Gist options
  • Save identity2/8e00215b5546abc4400472b9e6e9d31d to your computer and use it in GitHub Desktop.
Save identity2/8e00215b5546abc4400472b9e6e9d31d to your computer and use it in GitHub Desktop.
data model
struct Contact {
var id: Int
var name: String
var phoneNumber: Int
var city: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment