package com.scb.phone.view.fragment.juristic; import android.view.View; import android.widget.Button; import com.scb.phone.R; import com.scb.phone.view.custom.common.CommonInputViewGroup; import com.scb.phone.view.fragment.BaseFragment_ViewBinding; import o.gnL; import o.pyT; /* loaded from: classes5.dex */ public final class JuristicResetPinLandingFragment_ViewBinding extends BaseFragment_ViewBinding { private View c; private JuristicResetPinLandingFragment e; public JuristicResetPinLandingFragment_ViewBinding(JuristicResetPinLandingFragment juristicResetPinLandingFragment, View view) { super(juristicResetPinLandingFragment, view); this.e = juristicResetPinLandingFragment; juristicResetPinLandingFragment.ivgJuristicNumber = (CommonInputViewGroup) pyT.e(view, R.id.ivg_juristic_number, "field 'ivgJuristicNumber'", CommonInputViewGroup.class); juristicResetPinLandingFragment.ivgJuristicAccount = (CommonInputViewGroup) pyT.e(view, R.id.ivg_juristic_account, "field 'ivgJuristicAccount'", CommonInputViewGroup.class); View a = pyT.a(view, R.id.btn_next, "field 'btnNext' and method 'navigateTo'"); juristicResetPinLandingFragment.btnNext = (Button) pyT.c(a, R.id.btn_next, "field 'btnNext'", Button.class); this.c = a; a.setOnClickListener(new gnL(this, juristicResetPinLandingFragment) { // from class: com.scb.phone.view.fragment.juristic.JuristicResetPinLandingFragment_ViewBinding.5 private JuristicResetPinLandingFragment d; private JuristicResetPinLandingFragment_ViewBinding e; { this.e = this; this.d = juristicResetPinLandingFragment; } @Override // o.gnL public final void e(View view2) { this.d.navigateTo(); } }); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { JuristicResetPinLandingFragment juristicResetPinLandingFragment = this.e; if (juristicResetPinLandingFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.e = null; juristicResetPinLandingFragment.ivgJuristicNumber = null; juristicResetPinLandingFragment.ivgJuristicAccount = null; juristicResetPinLandingFragment.btnNext = null; this.c.setOnClickListener(null); this.c = null; super.a(); } }