what-the-bank/sources/com/scb/phone/view/fragment/ccsof/CcSofCreditCardOnlyFragment...

38 lines
1.9 KiB
Java

package com.scb.phone.view.fragment.ccsof;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.pyT;
/* loaded from: classes5.dex */
public final class CcSofCreditCardOnlyFragment_ViewBinding extends BaseFragment_ViewBinding {
private CcSofCreditCardOnlyFragment b;
public CcSofCreditCardOnlyFragment_ViewBinding(CcSofCreditCardOnlyFragment ccSofCreditCardOnlyFragment, View view) {
super(ccSofCreditCardOnlyFragment, view);
this.b = ccSofCreditCardOnlyFragment;
ccSofCreditCardOnlyFragment.mSourceOfFundContainer = (FrameLayout) pyT.e(view, R.id.source_of_fund_container, "field 'mSourceOfFundContainer'", FrameLayout.class);
ccSofCreditCardOnlyFragment.mInputContainer = (FrameLayout) pyT.e(view, R.id.input_container, "field 'mInputContainer'", FrameLayout.class);
ccSofCreditCardOnlyFragment.mLayoutError = (RelativeLayout) pyT.e(view, R.id.layout_error, "field 'mLayoutError'", RelativeLayout.class);
ccSofCreditCardOnlyFragment.mSourceOfFundEmptyStateTextView = (TextView) pyT.e(view, R.id.tv_empty_state, "field 'mSourceOfFundEmptyStateTextView'", TextView.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
CcSofCreditCardOnlyFragment ccSofCreditCardOnlyFragment = this.b;
if (ccSofCreditCardOnlyFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
ccSofCreditCardOnlyFragment.mSourceOfFundContainer = null;
ccSofCreditCardOnlyFragment.mInputContainer = null;
ccSofCreditCardOnlyFragment.mLayoutError = null;
ccSofCreditCardOnlyFragment.mSourceOfFundEmptyStateTextView = null;
super.a();
}
}