67 lines
3.5 KiB
Java
67 lines
3.5 KiB
Java
|
package com.scb.phone.view.fragment.hml;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.hml.CustomLoanSuccessInformation;
|
||
|
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class HmlBaseOnlineSuccessFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private HmlBaseOnlineSuccessFragment b;
|
||
|
private View e;
|
||
|
|
||
|
public HmlBaseOnlineSuccessFragment_ViewBinding(HmlBaseOnlineSuccessFragment hmlBaseOnlineSuccessFragment, View view) {
|
||
|
super(hmlBaseOnlineSuccessFragment, view);
|
||
|
this.b = hmlBaseOnlineSuccessFragment;
|
||
|
hmlBaseOnlineSuccessFragment.transactionDate = (TextView) pyT.e(view, R.id.tv_transaction_date, "field 'transactionDate'", TextView.class);
|
||
|
hmlBaseOnlineSuccessFragment.referenceId = (TextView) pyT.e(view, R.id.tv_reference_id, "field 'referenceId'", TextView.class);
|
||
|
hmlBaseOnlineSuccessFragment.remarkTextView = (TextView) pyT.e(view, R.id.tv_success_remark, "field 'remarkTextView'", TextView.class);
|
||
|
hmlBaseOnlineSuccessFragment.saveSlip = (Button) pyT.e(view, R.id.btn_save_slip, "field 'saveSlip'", Button.class);
|
||
|
hmlBaseOnlineSuccessFragment.loanInfo = (CustomLoanSuccessInformation) pyT.e(view, R.id.clsi_loan_info, "field 'loanInfo'", CustomLoanSuccessInformation.class);
|
||
|
hmlBaseOnlineSuccessFragment.receivingAccount = (CustomTransferAndPaySource) pyT.e(view, R.id.ctps_receiving_account, "field 'receivingAccount'", CustomTransferAndPaySource.class);
|
||
|
hmlBaseOnlineSuccessFragment.registerButton = (Button) pyT.e(view, R.id.btn_register_scbs, "field 'registerButton'", Button.class);
|
||
|
View a = pyT.a(view, R.id.btn_loan_setup_home, "field 'returnToHome' and method 'onAccountSummaryClick'");
|
||
|
hmlBaseOnlineSuccessFragment.returnToHome = (Button) pyT.c(a, R.id.btn_loan_setup_home, "field 'returnToHome'", Button.class);
|
||
|
this.e = a;
|
||
|
a.setOnClickListener(new gnL(this, hmlBaseOnlineSuccessFragment) { // from class: com.scb.phone.view.fragment.hml.HmlBaseOnlineSuccessFragment_ViewBinding.1
|
||
|
private HmlBaseOnlineSuccessFragment_ViewBinding d;
|
||
|
private HmlBaseOnlineSuccessFragment e;
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
this.e = hmlBaseOnlineSuccessFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.onAccountSummaryClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public void a() {
|
||
|
HmlBaseOnlineSuccessFragment hmlBaseOnlineSuccessFragment = this.b;
|
||
|
if (hmlBaseOnlineSuccessFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
hmlBaseOnlineSuccessFragment.transactionDate = null;
|
||
|
hmlBaseOnlineSuccessFragment.referenceId = null;
|
||
|
hmlBaseOnlineSuccessFragment.remarkTextView = null;
|
||
|
hmlBaseOnlineSuccessFragment.saveSlip = null;
|
||
|
hmlBaseOnlineSuccessFragment.loanInfo = null;
|
||
|
hmlBaseOnlineSuccessFragment.receivingAccount = null;
|
||
|
hmlBaseOnlineSuccessFragment.registerButton = null;
|
||
|
hmlBaseOnlineSuccessFragment.returnToHome = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|