Skip to content

Instantly share code, notes, and snippets.

@ifucolo
Created August 5, 2022 14:01
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 ifucolo/6d8eb2eb1fe1dc00632a7c8a48fe0a1e to your computer and use it in GitHub Desktop.
Save ifucolo/6d8eb2eb1fe1dc00632a7c8a48fe0a1e to your computer and use it in GitHub Desktop.
interface AndroidJobsRepository {
fun getJobs(): Flow<List<AndroidJob>>
suspend fun fetchFreshJobs()
fun add()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment