Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bigMOTOR/69d4fef6a38fb6670f4910cd602f1a8e to your computer and use it in GitHub Desktop.
Save bigMOTOR/69d4fef6a38fb6670f4910cd602f1a8e to your computer and use it in GitHub Desktop.
2020-12-20_Article_SwiftUInCleanArchitecture_4
struct ContentView: View {
var body: some View {
return ModelledViewFactory<RootView>()
.build(RootView.ViewModel.init)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment