what-the-bank/sources/com/scb/phone/view/fragment/sme/SMELandingFragment_ViewBind...

81 lines
3.6 KiB
Java

package com.scb.phone.view.fragment.sme;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.scb.phone.R;
import com.scb.phone.view.custom.CustomProfileImageView;
import com.scb.phone.view.fragment.landingpage.BaseDragAndDropFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class SMELandingFragment_ViewBinding extends BaseDragAndDropFragment_ViewBinding {
private View b;
private View d;
private SMELandingFragment e;
public SMELandingFragment_ViewBinding(SMELandingFragment sMELandingFragment, View view) {
super(sMELandingFragment, view);
this.e = sMELandingFragment;
sMELandingFragment.tvHomeWelcomeHeadline = (TextView) pyT.e(view, R.id.tv_home_welcome_headline, "field 'tvHomeWelcomeHeadline'", TextView.class);
sMELandingFragment.tvHomeWelcomeUserName = (TextView) pyT.e(view, R.id.tv_home_welcome, "field 'tvHomeWelcomeUserName'", TextView.class);
sMELandingFragment.tvHomeCity = (TextView) pyT.e(view, R.id.tv_home_city, "field 'tvHomeCity'", TextView.class);
sMELandingFragment.cusIvProfile = (CustomProfileImageView) pyT.e(view, R.id.cus_iv_profile, "field 'cusIvProfile'", CustomProfileImageView.class);
View a = pyT.a(view, R.id.qr_belt_create_button, "field 'scanBeltButton' and method 'onQRBeltCreateButtonClicked'");
sMELandingFragment.scanBeltButton = (ViewGroup) pyT.c(a, R.id.qr_belt_create_button, "field 'scanBeltButton'", ViewGroup.class);
this.d = a;
a.setOnClickListener(new gnL(this, sMELandingFragment) { // from class: com.scb.phone.view.fragment.sme.SMELandingFragment_ViewBinding.3
private SMELandingFragment_ViewBinding c;
private SMELandingFragment e;
{
this.c = this;
this.e = sMELandingFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onQRBeltCreateButtonClicked();
}
});
View a2 = pyT.a(view, R.id.qr_belt_scan_button, "field 'qrCodeBeltButton' and method 'onQRBeltScanButtonClicked'");
sMELandingFragment.qrCodeBeltButton = (ViewGroup) pyT.c(a2, R.id.qr_belt_scan_button, "field 'qrCodeBeltButton'", ViewGroup.class);
this.b = a2;
a2.setOnClickListener(new gnL(this, sMELandingFragment) { // from class: com.scb.phone.view.fragment.sme.SMELandingFragment_ViewBinding.1
private SMELandingFragment a;
private SMELandingFragment_ViewBinding e;
{
this.e = this;
this.a = sMELandingFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onQRBeltScanButtonClicked();
}
});
}
@Override // com.scb.phone.view.fragment.landingpage.BaseDragAndDropFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
SMELandingFragment sMELandingFragment = this.e;
if (sMELandingFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
sMELandingFragment.tvHomeWelcomeHeadline = null;
sMELandingFragment.tvHomeWelcomeUserName = null;
sMELandingFragment.tvHomeCity = null;
sMELandingFragment.cusIvProfile = null;
sMELandingFragment.scanBeltButton = null;
sMELandingFragment.qrCodeBeltButton = null;
this.d.setOnClickListener(null);
this.d = null;
this.b.setOnClickListener(null);
this.b = null;
super.a();
}
}