Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created May 29, 2021 20:49
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 iosdevie/1d8f631d7c15b0d4fc670c524338dfdf to your computer and use it in GitHub Desktop.
Save iosdevie/1d8f631d7c15b0d4fc670c524338dfdf to your computer and use it in GitHub Desktop.
struct Model: Identifiable {
var id = UUID()
var title: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment