Skip to content

Instantly share code, notes, and snippets.

@karthironald
Created May 7, 2020 03:05
Show Gist options
  • Save karthironald/d89ad7b4776083d2cd42b56173bdfad3 to your computer and use it in GitHub Desktop.
Save karthironald/d89ad7b4776083d2cd42b56173bdfad3 to your computer and use it in GitHub Desktop.
final class MenuData: ObservableObject {
@Published var menu: [MenuSection] = [] // Will make an announcement when an item is added or remove from this menu array
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment