Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ResilientSpring/6fbccdde623c396ab46d5f04536a467f to your computer and use it in GitHub Desktop.
Save ResilientSpring/6fbccdde623c396ab46d5f04536a467f to your computer and use it in GitHub Desktop.
package com.nickrout.actionmode
import android.view.MenuItem
interface OnActionItemClickListener {
fun onActionItemClick(item: MenuItem)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment