what-the-bank/sources/com/scb/phone/view/fragment/merchant/MerchantWalletTransactionFr...

41 lines
2.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.merchant;
import android.view.View;
import android.widget.TextView;
import androidx.appcompat.widget.Toolbar;
import androidx.viewpager.widget.ViewPager;
import com.google.android.material.tabs.TabLayout;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.pyT;
/* loaded from: classes5.dex */
public class MerchantWalletTransactionFragment_ViewBinding extends BaseFragment_ViewBinding {
private MerchantWalletTransactionFragment c;
public MerchantWalletTransactionFragment_ViewBinding(MerchantWalletTransactionFragment merchantWalletTransactionFragment, View view) {
super(merchantWalletTransactionFragment, view);
this.c = merchantWalletTransactionFragment;
merchantWalletTransactionFragment.mToolbarTxn = (Toolbar) pyT.e(view, R.id.toolbar_txn_header, "field 'mToolbarTxn'", Toolbar.class);
merchantWalletTransactionFragment.mTextTxn = (TextView) pyT.e(view, R.id.text_txn_header, "field 'mTextTxn'", TextView.class);
merchantWalletTransactionFragment.mTextTxnMonth = (TextView) pyT.e(view, R.id.text_txn_month_header, "field 'mTextTxnMonth'", TextView.class);
merchantWalletTransactionFragment.mTabLayoutTransaction = (TabLayout) pyT.e(view, R.id.tab_merchant_wallet_transaction, "field 'mTabLayoutTransaction'", TabLayout.class);
merchantWalletTransactionFragment.mViewPager = (ViewPager) pyT.e(view, R.id.view_pager_merchant_wallet_transaction, "field 'mViewPager'", ViewPager.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
MerchantWalletTransactionFragment merchantWalletTransactionFragment = this.c;
if (merchantWalletTransactionFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
merchantWalletTransactionFragment.mToolbarTxn = null;
merchantWalletTransactionFragment.mTextTxn = null;
merchantWalletTransactionFragment.mTextTxnMonth = null;
merchantWalletTransactionFragment.mTabLayoutTransaction = null;
merchantWalletTransactionFragment.mViewPager = null;
super.a();
}
}