... | |
struct ContentView : View | |
{ | |
/// El modelo de datos | |
@EnvironmentObject var store: OperatingSystemStore | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... | |
struct ContentView : View | |
{ | |
/// El modelo de datos | |
@EnvironmentObject var store: OperatingSystemStore | |
... |