Created
November 24, 2017 15:32
-
-
Save pepicrft/fa1bef19c862eb0e11371cf35adf97aa 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
class AppDependencies: BaseDependencies { | |
func makeClient() -> Client { | |
return Services.client | |
} | |
func makeLogger() -> Logger { | |
return Services.logger | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment