Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created June 19, 2019 12:40
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 laevandus/3498750b633d64d41e6df0a29b064ebb to your computer and use it in GitHub Desktop.
Save laevandus/3498750b633d64d41e6df0a29b064ebb to your computer and use it in GitHub Desktop.
struct Message: Identifiable {
let id = UUID()
let sender: String
let text: String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment