Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 26, 2019 15:45
Show Gist options
  • Save parzibyte/312ef71057366b1f112a715501b34214 to your computer and use it in GitHub Desktop.
Save parzibyte/312ef71057366b1f112a715501b34214 to your computer and use it in GitHub Desktop.
package me.parzibyte.demostracionrecyclerview;
import android.view.View;
public interface InterfazClickRecyclerView {
public void onClick(View v, Mascota m);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment