what-the-bank/sources/com/scb/phone/view/fragment/accountsummary/AccountSummaryFragment_View...

64 lines
3.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.accountsummary;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.google.android.material.appbar.AppBarLayout;
import com.scb.phone.R;
import com.scb.phone.view.custom.CustomProfileImageView;
import com.scb.phone.view.custom.common.DefaultButton;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class AccountSummaryFragment_ViewBinding extends BaseFragment_ViewBinding {
private AccountSummaryFragment d;
private View e;
public AccountSummaryFragment_ViewBinding(AccountSummaryFragment accountSummaryFragment, View view) {
super(accountSummaryFragment, view);
this.d = accountSummaryFragment;
accountSummaryFragment.mAppBarLayout = (AppBarLayout) pyT.e(view, R.id.smooth_app_bar_layout, "field 'mAppBarLayout'", AppBarLayout.class);
accountSummaryFragment.cusIvProfile = (CustomProfileImageView) pyT.e(view, R.id.cus_iv_profile, "field 'cusIvProfile'", CustomProfileImageView.class);
accountSummaryFragment.tvHomeWelcomeUserName = (TextView) pyT.e(view, R.id.tv_home_welcome, "field 'tvHomeWelcomeUserName'", TextView.class);
accountSummaryFragment.tvHomeWelcomeHeadline = (TextView) pyT.e(view, R.id.tv_home_welcome_headline, "field 'tvHomeWelcomeHeadline'", TextView.class);
accountSummaryFragment.ivBgAccountSummary = (ImageView) pyT.e(view, R.id.iv_bg_account_summary, "field 'ivBgAccountSummary'", ImageView.class);
View a = pyT.a(view, R.id.account_summary_add_button, "field 'accountSummaryAddButton' and method 'onAddAccountButtonClicked'");
accountSummaryFragment.accountSummaryAddButton = (DefaultButton) pyT.c(a, R.id.account_summary_add_button, "field 'accountSummaryAddButton'", DefaultButton.class);
this.e = a;
a.setOnClickListener(new gnL(this, accountSummaryFragment) { // from class: com.scb.phone.view.fragment.accountsummary.AccountSummaryFragment_ViewBinding.1
private AccountSummaryFragment d;
private AccountSummaryFragment_ViewBinding e;
{
this.e = this;
this.d = accountSummaryFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onAddAccountButtonClicked();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
AccountSummaryFragment accountSummaryFragment = this.d;
if (accountSummaryFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
accountSummaryFragment.mAppBarLayout = null;
accountSummaryFragment.cusIvProfile = null;
accountSummaryFragment.tvHomeWelcomeUserName = null;
accountSummaryFragment.tvHomeWelcomeHeadline = null;
accountSummaryFragment.ivBgAccountSummary = null;
accountSummaryFragment.accountSummaryAddButton = null;
this.e.setOnClickListener(null);
this.e = null;
super.a();
}
}