package com.scb.phone.view.fragment.accountsummary; import android.view.View; import android.widget.TextView; import com.scb.phone.R; import o.pyT; /* loaded from: classes5.dex */ public class MerchantWalletFragment_ViewBinding extends BaseCardFragment_ViewBinding { private MerchantWalletFragment c; public MerchantWalletFragment_ViewBinding(MerchantWalletFragment merchantWalletFragment, View view) { super(merchantWalletFragment, view); this.c = merchantWalletFragment; merchantWalletFragment.mTotalAmount = (TextView) pyT.e(view, R.id.my_shop_total_amount_text_view, "field 'mTotalAmount'", TextView.class); } @Override // com.scb.phone.view.fragment.accountsummary.BaseCardFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder public final void a() { MerchantWalletFragment merchantWalletFragment = this.c; if (merchantWalletFragment == null) { throw new IllegalStateException("Bindings already cleared."); } this.c = null; merchantWalletFragment.mTotalAmount = null; super.a(); } }