Skip to content

Instantly share code, notes, and snippets.

@robertofrontado
Last active April 13, 2020 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertofrontado/3573acb4d3a09c11a80d192b3ff6dd94 to your computer and use it in GitHub Desktop.
Save robertofrontado/3573acb4d3a09c11a80d192b3ff6dd94 to your computer and use it in GitHub Desktop.
SwiftDI - Registration
func registerDependencies() {
SwiftDI.configure {
$0.factory { Repository() }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment