what-the-bank/sources/com/scb/phone/view/fragment/ntb/NtbUserInfoFragment_ViewBin...

106 lines
4.8 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.ntb;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import androidx.viewpager.widget.ViewPager;
import com.scb.phone.R;
import com.scb.phone.view.custom.common.CommonInputViewGroup;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import me.relex.circleindicator.CircleIndicator;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class NtbUserInfoFragment_ViewBinding extends BaseFragment_ViewBinding {
private View b;
private NtbUserInfoFragment c;
private View d;
private View e;
public NtbUserInfoFragment_ViewBinding(NtbUserInfoFragment ntbUserInfoFragment, View view) {
super(ntbUserInfoFragment, view);
this.c = ntbUserInfoFragment;
ntbUserInfoFragment.mNameInput = (CommonInputViewGroup) pyT.e(view, R.id.txt_ntb_user_info_name_input, "field 'mNameInput'", CommonInputViewGroup.class);
ntbUserInfoFragment.mEmailInput = (CommonInputViewGroup) pyT.e(view, R.id.txt_ntb_user_info_email_input, "field 'mEmailInput'", CommonInputViewGroup.class);
ntbUserInfoFragment.mMobileNumberInput = (CommonInputViewGroup) pyT.e(view, R.id.txt_ntb_user_info_mobile_phone_input, "field 'mMobileNumberInput'", CommonInputViewGroup.class);
View a = pyT.a(view, R.id.btn_ntb_user_info_left, "field 'mNtbUserInfoLeftImageView' and method 'onClickPrevNavigation'");
ntbUserInfoFragment.mNtbUserInfoLeftImageView = (ImageView) pyT.c(a, R.id.btn_ntb_user_info_left, "field 'mNtbUserInfoLeftImageView'", ImageView.class);
this.e = a;
a.setOnClickListener(new gnL(this, ntbUserInfoFragment) { // from class: com.scb.phone.view.fragment.ntb.NtbUserInfoFragment_ViewBinding.2
private NtbUserInfoFragment c;
private NtbUserInfoFragment_ViewBinding d;
{
this.d = this;
this.c = ntbUserInfoFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.onClickPrevNavigation();
}
});
View a2 = pyT.a(view, R.id.btn_ntb_user_info_right, "field 'mNtbUserInfoRightImageView' and method 'onClickNextNavigation'");
ntbUserInfoFragment.mNtbUserInfoRightImageView = (ImageView) pyT.c(a2, R.id.btn_ntb_user_info_right, "field 'mNtbUserInfoRightImageView'", ImageView.class);
this.d = a2;
a2.setOnClickListener(new gnL(this, ntbUserInfoFragment) { // from class: com.scb.phone.view.fragment.ntb.NtbUserInfoFragment_ViewBinding.5
private NtbUserInfoFragment a;
private NtbUserInfoFragment_ViewBinding c;
{
this.c = this;
this.a = ntbUserInfoFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onClickNextNavigation();
}
});
View a3 = pyT.a(view, R.id.btn_action, "field 'mBtnAction' and method 'onClickSubmit'");
ntbUserInfoFragment.mBtnAction = (Button) pyT.c(a3, R.id.btn_action, "field 'mBtnAction'", Button.class);
this.b = a3;
a3.setOnClickListener(new gnL(this, ntbUserInfoFragment) { // from class: com.scb.phone.view.fragment.ntb.NtbUserInfoFragment_ViewBinding.4
private NtbUserInfoFragment a;
private NtbUserInfoFragment_ViewBinding d;
{
this.d = this;
this.a = ntbUserInfoFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onClickSubmit();
}
});
ntbUserInfoFragment.mViewPager = (ViewPager) pyT.e(view, R.id.view_pager_ntb_user_info_image_profile, "field 'mViewPager'", ViewPager.class);
ntbUserInfoFragment.mIndicator = (CircleIndicator) pyT.e(view, R.id.indicator_ntb_user_info_image_profile, "field 'mIndicator'", CircleIndicator.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
NtbUserInfoFragment ntbUserInfoFragment = this.c;
if (ntbUserInfoFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
ntbUserInfoFragment.mNameInput = null;
ntbUserInfoFragment.mEmailInput = null;
ntbUserInfoFragment.mMobileNumberInput = null;
ntbUserInfoFragment.mNtbUserInfoLeftImageView = null;
ntbUserInfoFragment.mNtbUserInfoRightImageView = null;
ntbUserInfoFragment.mBtnAction = null;
ntbUserInfoFragment.mViewPager = null;
ntbUserInfoFragment.mIndicator = null;
this.e.setOnClickListener(null);
this.e = null;
this.d.setOnClickListener(null);
this.d = null;
this.b.setOnClickListener(null);
this.b = null;
super.a();
}
}