package S; import android.view.View; public interface L { void a(View view); void b(View view); void c(View view); }