Created
May 7, 2020 03:05
-
-
Save karthironald/d89ad7b4776083d2cd42b56173bdfad3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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