Skip to content

Instantly share code, notes, and snippets.

@matzuk
Last active February 10, 2019 04:31
Show Gist options
  • Select an option

  • Save matzuk/de58b11dac1528ff564db17654c65304 to your computer and use it in GitHub Desktop.

Select an option

Save matzuk/de58b11dac1528ff564db17654c65304 to your computer and use it in GitHub Desktop.
public interface ScannerFeatureDependencies {
DbClientApi dbClient();
HttpClientApi httpClient();
SomeUtils someUtils();
// Scanner feature needs an opportunity to make purchases
PurchaseInteractor purchaseInteractor();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment