Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Created January 8, 2019 09:57
Show Gist options
  • Save miquelbeltran/14ec977045606df95b9a454db7fa9c44 to your computer and use it in GitHub Desktop.
Save miquelbeltran/14ec977045606df95b9a454db7fa9c44 to your computer and use it in GitHub Desktop.
fun provideGetCollectionUseCase(): GetCollectionUseCase {
return GetCollectionUseCaseImpl(provideService())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment