Skip to content

Instantly share code, notes, and snippets.

@seoft
Created November 13, 2021 08:52
Show Gist options
  • Save seoft/6851f4a9b621604875c70408795eeaf9 to your computer and use it in GitHub Desktop.
Save seoft/6851f4a9b621604875c70408795eeaf9 to your computer and use it in GitHub Desktop.
interface MockApi {
fun loadMore(): Single<List<ResponseModel>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment