Skip to content

Instantly share code, notes, and snippets.

@matzuk
Created February 5, 2019 14:49
Show Gist options
  • Save matzuk/4eef5e76fdc53a0693390bfdb4a7e520 to your computer and use it in GitHub Desktop.
Save matzuk/4eef5e76fdc53a0693390bfdb4a7e520 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