what-the-bank/sources/com/scb/phone/view/activity/loanrepayment/LevelUpLoanRepaymentCustomA...

56 lines
2.8 KiB
Java

package com.scb.phone.view.activity.loanrepayment;
import android.view.View;
import android.widget.Button;
import com.scb.phone.R;
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
import com.scb.phone.view.custom.ScbTextInputLayout;
import com.scb.phone.view.custom.common.AmountEditText;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public final class LevelUpLoanRepaymentCustomAmountInputActivity_ViewBinding extends BaseActivity_ViewBinding {
private View b;
private LevelUpLoanRepaymentCustomAmountInputActivity c;
public LevelUpLoanRepaymentCustomAmountInputActivity_ViewBinding(LevelUpLoanRepaymentCustomAmountInputActivity levelUpLoanRepaymentCustomAmountInputActivity, View view) {
super(levelUpLoanRepaymentCustomAmountInputActivity, view);
this.c = levelUpLoanRepaymentCustomAmountInputActivity;
levelUpLoanRepaymentCustomAmountInputActivity.stilCustimAmount = (ScbTextInputLayout) pyT.e(view, R.id.stil_custom_amount, "field 'stilCustimAmount'", ScbTextInputLayout.class);
levelUpLoanRepaymentCustomAmountInputActivity.etCustomAmount = (AmountEditText) pyT.e(view, R.id.et_custom_amount, "field 'etCustomAmount'", AmountEditText.class);
View a = pyT.a(view, R.id.bt_confirm, "field 'btConfirm' and method 'onClickConfirm'");
levelUpLoanRepaymentCustomAmountInputActivity.btConfirm = (Button) pyT.c(a, R.id.bt_confirm, "field 'btConfirm'", Button.class);
this.b = a;
a.setOnClickListener(new gnL(this, levelUpLoanRepaymentCustomAmountInputActivity) { // from class: com.scb.phone.view.activity.loanrepayment.LevelUpLoanRepaymentCustomAmountInputActivity_ViewBinding.2
private LevelUpLoanRepaymentCustomAmountInputActivity_ViewBinding c;
private LevelUpLoanRepaymentCustomAmountInputActivity d;
{
this.c = this;
this.d = levelUpLoanRepaymentCustomAmountInputActivity;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onClickConfirm();
}
});
}
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
public final void a() {
LevelUpLoanRepaymentCustomAmountInputActivity levelUpLoanRepaymentCustomAmountInputActivity = this.c;
if (levelUpLoanRepaymentCustomAmountInputActivity == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
levelUpLoanRepaymentCustomAmountInputActivity.stilCustimAmount = null;
levelUpLoanRepaymentCustomAmountInputActivity.etCustomAmount = null;
levelUpLoanRepaymentCustomAmountInputActivity.btConfirm = null;
this.b.setOnClickListener(null);
this.b = null;
super.a();
}
}