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 HmlNTBExternalInstructionFragment_ViewBinding extends BaseFragment_ViewBinding { private HmlNTBExternalInstructionFragment c; private View e; public HmlNTBExternalInstructionFragment_ViewBinding(HmlNTBExternalInstructionFragment hmlNTBExternalInstructionFragment, View view) { super(hmlNTBExternalInstructionFragment, view); this.c = hmlNTBExternalInstructionFragment; View a = pyT.a(view, R.id.btn_next, "method 'onClick'"); this.e = a; a.setOnClickListener(new gnL(this, hmlNTBExternalInstructionFragment) { // from class: com.scb.phone.view.fragment.hml.HmlNTBExternalInstructionFragment_ViewBinding.4 private HmlNTBExternalInstructionFragment b; private HmlNTBExternalInstructionFragment_ViewBinding c; { this.c = this; this.b = hmlNTBExternalInstructionFragment; } @Override // o.gnL public final void e(View view2) { this.b.onClick(); } }); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { if (this.c == null) { throw new IllegalStateException("Bindings already cleared."); } this.c = null; this.e.setOnClickListener(null); this.e = null; super.a(); } }