what-the-bank/sources/com/scb/phone/view/fragment/transferandpay/BNPLNoLoanFragment_ViewBind...

30 lines
1.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.transferandpay;
import android.view.View;
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 BNPLNoLoanFragment_ViewBinding extends BaseFragment_ViewBinding {
private BNPLNoLoanFragment c;
public BNPLNoLoanFragment_ViewBinding(BNPLNoLoanFragment bNPLNoLoanFragment, View view) {
super(bNPLNoLoanFragment, view);
this.c = bNPLNoLoanFragment;
bNPLNoLoanFragment.tvApplyLoan = (TextView) pyT.e(view, R.id.tv_bnpl_no_eligible_loan_btn, "field 'tvApplyLoan'", TextView.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
BNPLNoLoanFragment bNPLNoLoanFragment = this.c;
if (bNPLNoLoanFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
bNPLNoLoanFragment.tvApplyLoan = null;
super.a();
}
}