package com.scb.phone.view.fragment.landingpage; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import com.scb.phone.R; import com.scb.phone.view.custom.CustomProfileImageView; import com.scb.phone.view.custom.common.CustomScrollView; import o.gnL; import o.pyT; /* loaded from: classes5.dex */ public class LandingFragment_ViewBinding extends BaseDragAndDropFragment_ViewBinding { private View b; private View c; private View d; private LandingFragment e; public LandingFragment_ViewBinding(LandingFragment landingFragment, View view) { super(landingFragment, view); this.e = landingFragment; landingFragment.tvHomeWelcomeHeadline = (TextView) pyT.e(view, R.id.tv_home_welcome_headline, "field 'tvHomeWelcomeHeadline'", TextView.class); landingFragment.tvHomeWelcomeUserName = (TextView) pyT.e(view, R.id.tv_home_welcome, "field 'tvHomeWelcomeUserName'", TextView.class); landingFragment.tvHomeCity = (TextView) pyT.e(view, R.id.tv_home_city, "field 'tvHomeCity'", TextView.class); landingFragment.tvHomeWelcomeHeadlineInsight = (TextView) pyT.e(view, R.id.tv_home_welcome_headline_insight, "field 'tvHomeWelcomeHeadlineInsight'", TextView.class); landingFragment.tvHomeWelcomeInsight = (TextView) pyT.e(view, R.id.tv_home_welcome_insight, "field 'tvHomeWelcomeInsight'", TextView.class); landingFragment.llLayoutHomeWelcomeDetail = (LinearLayout) pyT.e(view, R.id.ll_layout_home_welcome_detail, "field 'llLayoutHomeWelcomeDetail'", LinearLayout.class); landingFragment.llLayoutHomeInsight = (LinearLayout) pyT.e(view, R.id.ll_layout_home_insight, "field 'llLayoutHomeInsight'", LinearLayout.class); landingFragment.cusIvProfile = (CustomProfileImageView) pyT.e(view, R.id.cus_iv_profile, "field 'cusIvProfile'", CustomProfileImageView.class); landingFragment.ivBgLanding = (ImageView) pyT.e(view, R.id.iv_bg_landing, "field 'ivBgLanding'", ImageView.class); landingFragment.scrollView = (CustomScrollView) pyT.e(view, R.id.scroll_view, "field 'scrollView'", CustomScrollView.class); View a = pyT.a(view, R.id.qr_belt_create_button, "field 'scanBeltButton' and method 'onQRBeltCreateButtonClicked'"); landingFragment.scanBeltButton = (ViewGroup) pyT.c(a, R.id.qr_belt_create_button, "field 'scanBeltButton'", ViewGroup.class); this.c = a; a.setOnClickListener(new gnL(this, landingFragment) { // from class: com.scb.phone.view.fragment.landingpage.LandingFragment_ViewBinding.4 private LandingFragment_ViewBinding b; private LandingFragment c; { this.b = this; this.c = landingFragment; } @Override // o.gnL public final void e(View view2) { this.c.onQRBeltCreateButtonClicked(); } }); View a2 = pyT.a(view, R.id.qr_belt_scan_button, "field 'qrCodeBeltButton' and method 'onQRBeltScanButtonClicked'"); landingFragment.qrCodeBeltButton = (ViewGroup) pyT.c(a2, R.id.qr_belt_scan_button, "field 'qrCodeBeltButton'", ViewGroup.class); this.b = a2; a2.setOnClickListener(new gnL(this, landingFragment) { // from class: com.scb.phone.view.fragment.landingpage.LandingFragment_ViewBinding.5 private LandingFragment_ViewBinding a; private LandingFragment e; { this.a = this; this.e = landingFragment; } @Override // o.gnL public final void e(View view2) { this.e.onQRBeltScanButtonClicked(); } }); landingFragment.staticLoadingImageView = (ImageView) pyT.e(view, R.id.iv_static_loading, "field 'staticLoadingImageView'", ImageView.class); View a3 = pyT.a(view, R.id.static_tap_to_retry, "field 'staticTapToRetry' and method 'tapToRetryStatic'"); landingFragment.staticTapToRetry = (LinearLayout) pyT.c(a3, R.id.static_tap_to_retry, "field 'staticTapToRetry'", LinearLayout.class); this.d = a3; a3.setOnClickListener(new gnL(this, landingFragment) { // from class: com.scb.phone.view.fragment.landingpage.LandingFragment_ViewBinding.3 private LandingFragment b; private LandingFragment_ViewBinding c; { this.c = this; this.b = landingFragment; } @Override // o.gnL public final void e(View view2) { this.b.tapToRetryStatic(); } }); landingFragment.tvPrivacyNotice = (TextView) pyT.e(view, R.id.tv_privacy_notice, "field 'tvPrivacyNotice'", TextView.class); } @Override // com.scb.phone.view.fragment.landingpage.BaseDragAndDropFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { LandingFragment landingFragment = this.e; if (landingFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.e = null; landingFragment.tvHomeWelcomeHeadline = null; landingFragment.tvHomeWelcomeUserName = null; landingFragment.tvHomeCity = null; landingFragment.tvHomeWelcomeHeadlineInsight = null; landingFragment.tvHomeWelcomeInsight = null; landingFragment.llLayoutHomeWelcomeDetail = null; landingFragment.llLayoutHomeInsight = null; landingFragment.cusIvProfile = null; landingFragment.ivBgLanding = null; landingFragment.scrollView = null; landingFragment.scanBeltButton = null; landingFragment.qrCodeBeltButton = null; landingFragment.staticLoadingImageView = null; landingFragment.staticTapToRetry = null; landingFragment.tvPrivacyNotice = null; this.c.setOnClickListener(null); this.c = null; this.b.setOnClickListener(null); this.b = null; this.d.setOnClickListener(null); this.d = null; super.a(); } }