Skip to content

Instantly share code, notes, and snippets.

@DenisBronx
Created October 31, 2020 16:31
Show Gist options
  • Save DenisBronx/b4c88164bfc7702b8dd3ad070129c7f0 to your computer and use it in GitHub Desktop.
Save DenisBronx/b4c88164bfc7702b8dd3ad070129c7f0 to your computer and use it in GitHub Desktop.
interface GetTransactionsUseCase {
fun execute(): Single<SimpleResult<List<Transaction>>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment