what-the-bank/sources/com/scb/phone/view/fragment/mailingaddress/MailingAddressLandingFragme...

90 lines
4.8 KiB
Java

package com.scb.phone.view.fragment.mailingaddress;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public final class MailingAddressLandingFragment_ViewBinding extends BaseFragment_ViewBinding {
private View c;
private MailingAddressLandingFragment d;
private View e;
public MailingAddressLandingFragment_ViewBinding(MailingAddressLandingFragment mailingAddressLandingFragment, View view) {
super(mailingAddressLandingFragment, view);
this.d = mailingAddressLandingFragment;
mailingAddressLandingFragment.recyclerView = (RecyclerView) pyT.e(view, R.id.recycler_view, "field 'recyclerView'", RecyclerView.class);
mailingAddressLandingFragment.layoutEmptyAccount = (LinearLayout) pyT.e(view, R.id.layout_empty_accounts, "field 'layoutEmptyAccount'", LinearLayout.class);
View a = pyT.a(view, R.id.action_button, "field 'changeAddressButton' and method 'changeMailingAddress'");
mailingAddressLandingFragment.changeAddressButton = (Button) pyT.c(a, R.id.action_button, "field 'changeAddressButton'", Button.class);
this.e = a;
a.setOnClickListener(new gnL(this, mailingAddressLandingFragment) { // from class: com.scb.phone.view.fragment.mailingaddress.MailingAddressLandingFragment_ViewBinding.3
private MailingAddressLandingFragment_ViewBinding a;
private MailingAddressLandingFragment d;
{
this.a = this;
this.d = mailingAddressLandingFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.changeMailingAddress();
}
});
mailingAddressLandingFragment.layoutAccountList = (LinearLayout) pyT.e(view, R.id.layout_account_list, "field 'layoutAccountList'", LinearLayout.class);
mailingAddressLandingFragment.llLayoutCardXHeader = (LinearLayout) pyT.e(view, R.id.llLayoutCardXHeader, "field 'llLayoutCardXHeader'", LinearLayout.class);
View a2 = pyT.a(view, R.id.llLayoutCardXButton, "field 'goToCardXButton' and method 'goToCardXAppClick'");
mailingAddressLandingFragment.goToCardXButton = (LinearLayout) pyT.c(a2, R.id.llLayoutCardXButton, "field 'goToCardXButton'", LinearLayout.class);
this.c = a2;
a2.setOnClickListener(new gnL(this, mailingAddressLandingFragment) { // from class: com.scb.phone.view.fragment.mailingaddress.MailingAddressLandingFragment_ViewBinding.5
private MailingAddressLandingFragment a;
private MailingAddressLandingFragment_ViewBinding c;
{
this.c = this;
this.a = mailingAddressLandingFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.goToCardXAppClick();
}
});
mailingAddressLandingFragment.tvCardXDescription = (TextView) pyT.e(view, R.id.tvCardXDescription, "field 'tvCardXDescription'", TextView.class);
mailingAddressLandingFragment.tvCardXHeader = (TextView) pyT.e(view, R.id.tvCardXHeader, "field 'tvCardXHeader'", TextView.class);
mailingAddressLandingFragment.cardXSection = (LinearLayout) pyT.e(view, R.id.llLayoutCardXSection, "field 'cardXSection'", LinearLayout.class);
mailingAddressLandingFragment.mailingAddressFooter = (LinearLayout) pyT.e(view, R.id.llLayoutMailingAddressFooter, "field 'mailingAddressFooter'", LinearLayout.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
MailingAddressLandingFragment mailingAddressLandingFragment = this.d;
if (mailingAddressLandingFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
mailingAddressLandingFragment.recyclerView = null;
mailingAddressLandingFragment.layoutEmptyAccount = null;
mailingAddressLandingFragment.changeAddressButton = null;
mailingAddressLandingFragment.layoutAccountList = null;
mailingAddressLandingFragment.llLayoutCardXHeader = null;
mailingAddressLandingFragment.goToCardXButton = null;
mailingAddressLandingFragment.tvCardXDescription = null;
mailingAddressLandingFragment.tvCardXHeader = null;
mailingAddressLandingFragment.cardXSection = null;
mailingAddressLandingFragment.mailingAddressFooter = null;
this.e.setOnClickListener(null);
this.e = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}