Skip to content

Instantly share code, notes, and snippets.

@matzuk
Created February 7, 2019 12:32
Show Gist options
  • Save matzuk/768918f18227a3f9c5abbe78ff7d4e8b to your computer and use it in GitHub Desktop.
Save matzuk/768918f18227a3f9c5abbe78ff7d4e8b to your computer and use it in GitHub Desktop.
public interface ScannerFeatureDependencies {
// core-db-api
DbClientApi dbClient();
// core-network-api
HttpClientApi httpClient();
// core-utils
SomeUtils someUtils();
// feature-purchase-api
PurchaseInteractor purchaseInteractor();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment