Skip to content

Instantly share code, notes, and snippets.

@pepicrft
Created November 24, 2017 15:32
Show Gist options
  • Save pepicrft/fa1bef19c862eb0e11371cf35adf97aa to your computer and use it in GitHub Desktop.
Save pepicrft/fa1bef19c862eb0e11371cf35adf97aa to your computer and use it in GitHub Desktop.
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