Created
April 28, 2018 10:51
-
-
Save ricknout/57ab6ff1ccf45f1349f9d465ddf301e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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