Skip to content

Instantly share code, notes, and snippets.

@LizzieStudeneer
Last active July 12, 2019 18:25
Show Gist options
  • Save LizzieStudeneer/b57c7f2689f49c335b82986e1df02397 to your computer and use it in GitHub Desktop.
Save LizzieStudeneer/b57c7f2689f49c335b82986e1df02397 to your computer and use it in GitHub Desktop.
protocol Resolver {
func resolve<ServiceType>(_ type: ServiceType.Type) -> ServiceType
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment