package eu.depau.etchdroid.ui.misc import android.view.View interface ClickListener { fun onClick(view: View, position: Int) fun onLongClick(view: View, position: Int) }