Skip to content

Instantly share code, notes, and snippets.

@Toni77777
Created July 8, 2021 14:49
Show Gist options
  • Save Toni77777/3ceea47ee5b7a38d6f2fb0c9bfc6cd65 to your computer and use it in GitHub Desktop.
Save Toni77777/3ceea47ee5b7a38d6f2fb0c9bfc6cd65 to your computer and use it in GitHub Desktop.
Country model object
struct Country: Identifiable {
let id = UUID()
let name: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment