Skip to content

Instantly share code, notes, and snippets.

@baggednismo
Created May 1, 2020 12:44
Show Gist options
  • Save baggednismo/3d086b9531441ab9ad1dbb95c99b1c46 to your computer and use it in GitHub Desktop.
Save baggednismo/3d086b9531441ab9ad1dbb95c99b1c46 to your computer and use it in GitHub Desktop.
interface ItemListener {
fun onViewCard(position: Int)
fun onRemoveCard(position: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment