Skip to content

Instantly share code, notes, and snippets.

@ricknout
Created April 28, 2018 10:51
Show Gist options
  • Save ricknout/57ab6ff1ccf45f1349f9d465ddf301e1 to your computer and use it in GitHub Desktop.
Save ricknout/57ab6ff1ccf45f1349f9d465ddf301e1 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