Skip to content

Instantly share code, notes, and snippets.

@gastsail
Created December 21, 2019 16:01
Show Gist options
  • Save gastsail/6e1a245a56ec926b0be6ba6c52ee1566 to your computer and use it in GitHub Desktop.
Save gastsail/6e1a245a56ec926b0be6ba6c52ee1566 to your computer and use it in GitHub Desktop.
interface IEventsRepo {
suspend fun getEventsDB(): Resource<MutableList<Event>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment