Created
January 2, 2018 12:35
-
-
Save alfianyusufabdullah/1e8a43f9bef686e146465d65fdb56cb7 to your computer and use it in GitHub Desktop.
click
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
/** | |
* Created by jonesrandom on 1/2/18. | |
* | |
* @site www.androidexample.web.id | |
* @github @alfianyusufabdullah | |
*/ | |
public interface OnItemClickListener { | |
void Click(View v, ModelMahasiswa mahasiswa, int pos); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment