what-the-bank/sources/com/scb/phone/view/fragment/bankingactions/BankingActionFragment_ViewB...

64 lines
3.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.bankingactions;
import android.view.View;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import com.scb.phone.R;
import com.scb.phone.view.custom.CustomProfileImageView;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class BankingActionFragment_ViewBinding extends BaseFragment_ViewBinding {
private BankingActionFragment b;
private View c;
public BankingActionFragment_ViewBinding(BankingActionFragment bankingActionFragment, View view) {
super(bankingActionFragment, view);
this.b = bankingActionFragment;
bankingActionFragment.cusIvProfile = (CustomProfileImageView) pyT.e(view, R.id.cus_iv_profile, "field 'cusIvProfile'", CustomProfileImageView.class);
bankingActionFragment.tvHomeWelcomeHeadline = (TextView) pyT.e(view, R.id.tv_home_welcome_headline, "field 'tvHomeWelcomeHeadline'", TextView.class);
bankingActionFragment.tvHomeWelcomeUserName = (TextView) pyT.e(view, R.id.tv_home_welcome, "field 'tvHomeWelcomeUserName'", TextView.class);
bankingActionFragment.rvBankingActions = (RecyclerView) pyT.e(view, R.id.rv_banking_actions, "field 'rvBankingActions'", RecyclerView.class);
bankingActionFragment.ivBgBankService = (ImageView) pyT.e(view, R.id.iv_bg_bank_service, "field 'ivBgBankService'", ImageView.class);
bankingActionFragment.llLayoutInternetError = (LinearLayout) pyT.e(view, R.id.ll_layout_banking_actions_internet_error, "field 'llLayoutInternetError'", LinearLayout.class);
View a = pyT.a(view, R.id.banking_actions_try_again, "method 'onTryAgainButtonClick'");
this.c = a;
a.setOnClickListener(new gnL(this, bankingActionFragment) { // from class: com.scb.phone.view.fragment.bankingactions.BankingActionFragment_ViewBinding.4
private BankingActionFragment_ViewBinding d;
private BankingActionFragment e;
{
this.d = this;
this.e = bankingActionFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onTryAgainButtonClick();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
BankingActionFragment bankingActionFragment = this.b;
if (bankingActionFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
bankingActionFragment.cusIvProfile = null;
bankingActionFragment.tvHomeWelcomeHeadline = null;
bankingActionFragment.tvHomeWelcomeUserName = null;
bankingActionFragment.rvBankingActions = null;
bankingActionFragment.ivBgBankService = null;
bankingActionFragment.llLayoutInternetError = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}