package c.a.l; import android.view.View; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function2; /* compiled from: Hook.kt */ public final class c extends o implements Function2 { public static final c i = new c(); public c() { super(2); } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object, java.lang.Object] */ @Override // kotlin.jvm.functions.Function2 public Unit invoke(String str, View view) { m.checkNotNullParameter(str, ""); m.checkNotNullParameter(view, ""); return Unit.a; } }