Skip to content

Instantly share code, notes, and snippets.

@archieedwards
Created May 25, 2020 14:58
Show Gist options
  • Save archieedwards/da9966a630a8caa89269f47fd0c7fd4e to your computer and use it in GitHub Desktop.
Save archieedwards/da9966a630a8caa89269f47fd0c7fd4e to your computer and use it in GitHub Desktop.
struct AlertItem: Identifiable {
var id = UUID()
var title = Text("")
var message: Text?
var dismissButton: Alert.Button?
var primaryButton: Alert.Button?
var secondaryButton: Alert.Button?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment