Skip to content

Instantly share code, notes, and snippets.

@LizzieStudeneer
Last active January 15, 2019 10:46
Show Gist options
  • Save LizzieStudeneer/170b44dec357df6c1363e3522a57447c to your computer and use it in GitHub Desktop.
Save LizzieStudeneer/170b44dec357df6c1363e3522a57447c to your computer and use it in GitHub Desktop.
protocol ServiceFactory {
associatedtype ServiceType
func resolve(_ resolver: Resolver) -> ServiceType
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment