Created
August 6, 2019 22:51
-
-
Save buildbro/9aeafd6acbc2694936aa614de51b6772 to your computer and use it in GitHub Desktop.
This file contains 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
public interface RecyclerViewClickListener { | |
void onRowClicked(int position); | |
void onViewClicked(View v, int position); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment