Skip to content

Instantly share code, notes, and snippets.

@rozkminiacz
Created March 1, 2020 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rozkminiacz/752dafd95fafa3c956753378ffd491e0 to your computer and use it in GitHub Desktop.
Save rozkminiacz/752dafd95fafa3c956753378ffd491e0 to your computer and use it in GitHub Desktop.
package tech.michalik.mvptesting
import io.reactivex.Single
interface FetchCurrencyUseCase{
fun execute(): Single<List<CurrencyModel>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment