Skip to content

Instantly share code, notes, and snippets.

@pepicrft
Created November 24, 2017 15:31
Show Gist options
  • Save pepicrft/0cfa942b4ab5c0b5aa64a1179ed06005 to your computer and use it in GitHub Desktop.
Save pepicrft/0cfa942b4ab5c0b5aa64a1179ed06005 to your computer and use it in GitHub Desktop.
public protocol BaseDependencies {
func makeClient() -> Client
func makeLogger() -> Logger
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment