Created
November 24, 2017 15:31
-
-
Save pepicrft/0cfa942b4ab5c0b5aa64a1179ed06005 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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