Skip to content

Instantly share code, notes, and snippets.

@guuilp
Created December 3, 2016 17:55
Show Gist options
  • Save guuilp/edd3760f076064364bd2083b7f4ca855 to your computer and use it in GitHub Desktop.
Save guuilp/edd3760f076064364bd2083b7f4ca855 to your computer and use it in GitHub Desktop.
public interface NoticiaOnClickListener{
public void onClickNoticia(View view, int idx);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment