what-the-bank/sources/com/scb/phone/view/fragment/hml/HmlVerifyIdentifyFragment_V...

46 lines
1.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.hml;
import android.view.View;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public final class HmlVerifyIdentifyFragment_ViewBinding extends BaseFragment_ViewBinding {
private HmlVerifyIdentifyFragment d;
private View e;
public HmlVerifyIdentifyFragment_ViewBinding(HmlVerifyIdentifyFragment hmlVerifyIdentifyFragment, View view) {
super(hmlVerifyIdentifyFragment, view);
this.d = hmlVerifyIdentifyFragment;
View a = pyT.a(view, R.id.bt_find_uss, "method 'submit'");
this.e = a;
a.setOnClickListener(new gnL(this, hmlVerifyIdentifyFragment) { // from class: com.scb.phone.view.fragment.hml.HmlVerifyIdentifyFragment_ViewBinding.2
private HmlVerifyIdentifyFragment c;
private HmlVerifyIdentifyFragment_ViewBinding e;
{
this.e = this;
this.c = hmlVerifyIdentifyFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.submit(view2);
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
if (this.d == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
this.e.setOnClickListener(null);
this.e = null;
super.a();
}
}