package com.scb.phone.view.fragment.hml; 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.pyT; /* loaded from: classes5.dex */ public final class HmlNTBExternalAuthenticationFragment_ViewBinding extends BaseFragment_ViewBinding { private HmlNTBExternalAuthenticationFragment b; public HmlNTBExternalAuthenticationFragment_ViewBinding(HmlNTBExternalAuthenticationFragment hmlNTBExternalAuthenticationFragment, View view) { super(hmlNTBExternalAuthenticationFragment, view); this.b = hmlNTBExternalAuthenticationFragment; hmlNTBExternalAuthenticationFragment.vwNationalId = (CommonInputViewGroup) pyT.e(view, R.id.vw_external_authentication_national_id, "field 'vwNationalId'", CommonInputViewGroup.class); hmlNTBExternalAuthenticationFragment.etOta = (CommonInputViewGroup) pyT.e(view, R.id.et_external_autentication_ota, "field 'etOta'", CommonInputViewGroup.class); hmlNTBExternalAuthenticationFragment.nextButton = (Button) pyT.e(view, R.id.bt_external_authentication_next, "field 'nextButton'", Button.class); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { HmlNTBExternalAuthenticationFragment hmlNTBExternalAuthenticationFragment = this.b; if (hmlNTBExternalAuthenticationFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.b = null; hmlNTBExternalAuthenticationFragment.vwNationalId = null; hmlNTBExternalAuthenticationFragment.etOta = null; hmlNTBExternalAuthenticationFragment.nextButton = null; super.a(); } }