Skip to content

Instantly share code, notes, and snippets.

@KwabenBerko
Created July 4, 2023 09:03
Show Gist options
  • Save KwabenBerko/b41fef92842645737a5ee709a00bdb01 to your computer and use it in GitHub Desktop.
Save KwabenBerko/b41fef92842645737a5ee709a00bdb01 to your computer and use it in GitHub Desktop.
Component Interface
interface Component {
suspend fun refresh()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment