package com.scb.phone.view.fragment.juristic; import android.view.View; import android.widget.Button; import android.widget.ImageView; import android.widget.TextView; import com.scb.phone.R; import com.scb.phone.view.custom.common.ClearableOutLineEditText; import com.scb.phone.view.fragment.BaseFragment_ViewBinding; import o.pyT; /* loaded from: classes5.dex */ public final class JuristicOnboardingLandingFragment_ViewBinding extends BaseFragment_ViewBinding { private JuristicOnboardingLandingFragment e; public JuristicOnboardingLandingFragment_ViewBinding(JuristicOnboardingLandingFragment juristicOnboardingLandingFragment, View view) { super(juristicOnboardingLandingFragment, view); this.e = juristicOnboardingLandingFragment; juristicOnboardingLandingFragment.buttonNext = (Button) pyT.e(view, R.id.button_next, "field 'buttonNext'", Button.class); juristicOnboardingLandingFragment.backButton = (ImageView) pyT.e(view, R.id.back_image, "field 'backButton'", ImageView.class); juristicOnboardingLandingFragment.editTextRegistrationNo = (ClearableOutLineEditText) pyT.e(view, R.id.et_registration_no, "field 'editTextRegistrationNo'", ClearableOutLineEditText.class); juristicOnboardingLandingFragment.editTextPin = (ClearableOutLineEditText) pyT.e(view, R.id.et_pin, "field 'editTextPin'", ClearableOutLineEditText.class); juristicOnboardingLandingFragment.tvRemark = (TextView) pyT.e(view, R.id.tv_remark, "field 'tvRemark'", TextView.class); juristicOnboardingLandingFragment.tvRefId = (TextView) pyT.e(view, R.id.tv_ref_id, "field 'tvRefId'", TextView.class); juristicOnboardingLandingFragment.tvResendPin = (TextView) pyT.e(view, R.id.tv_resend_starting_pin, "field 'tvResendPin'", TextView.class); } @Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { JuristicOnboardingLandingFragment juristicOnboardingLandingFragment = this.e; if (juristicOnboardingLandingFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.e = null; juristicOnboardingLandingFragment.buttonNext = null; juristicOnboardingLandingFragment.backButton = null; juristicOnboardingLandingFragment.editTextRegistrationNo = null; juristicOnboardingLandingFragment.editTextPin = null; juristicOnboardingLandingFragment.tvRemark = null; juristicOnboardingLandingFragment.tvRefId = null; juristicOnboardingLandingFragment.tvResendPin = null; super.a(); } }