63 lines
3.1 KiB
Java
63 lines
3.1 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.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class HmlBaseOfflineSuccessFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private View b;
|
||
|
private HmlBaseOfflineSuccessFragment c;
|
||
|
|
||
|
public HmlBaseOfflineSuccessFragment_ViewBinding(HmlBaseOfflineSuccessFragment hmlBaseOfflineSuccessFragment, View view) {
|
||
|
super(hmlBaseOfflineSuccessFragment, view);
|
||
|
this.c = hmlBaseOfflineSuccessFragment;
|
||
|
hmlBaseOfflineSuccessFragment.successTitle = (TextView) pyT.e(view, R.id.tv_success_title, "field 'successTitle'", TextView.class);
|
||
|
hmlBaseOfflineSuccessFragment.confirmDateTime = (TextView) pyT.e(view, R.id.tv_transaction_date, "field 'confirmDateTime'", TextView.class);
|
||
|
hmlBaseOfflineSuccessFragment.remarkInfo = (TextView) pyT.e(view, R.id.tv_remark_info, "field 'remarkInfo'", TextView.class);
|
||
|
hmlBaseOfflineSuccessFragment.loanInfo = (TextView) pyT.e(view, R.id.tv_loan_info, "field 'loanInfo'", TextView.class);
|
||
|
hmlBaseOfflineSuccessFragment.registerRemarks = (TextView) pyT.e(view, R.id.tv_continue_to_register, "field 'registerRemarks'", TextView.class);
|
||
|
hmlBaseOfflineSuccessFragment.registerBtn = (Button) pyT.e(view, R.id.btn_register_scbs, "field 'registerBtn'", Button.class);
|
||
|
hmlBaseOfflineSuccessFragment.homeBtn = (Button) pyT.e(view, R.id.btn_home, "field 'homeBtn'", Button.class);
|
||
|
View a = pyT.a(view, R.id.btn_contact_call, "method 'onContactCallClick'");
|
||
|
this.b = a;
|
||
|
a.setOnClickListener(new gnL(this, hmlBaseOfflineSuccessFragment) { // from class: com.scb.phone.view.fragment.hml.HmlBaseOfflineSuccessFragment_ViewBinding.1
|
||
|
private HmlBaseOfflineSuccessFragment b;
|
||
|
private HmlBaseOfflineSuccessFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.b = hmlBaseOfflineSuccessFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.onContactCallClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public void a() {
|
||
|
HmlBaseOfflineSuccessFragment hmlBaseOfflineSuccessFragment = this.c;
|
||
|
if (hmlBaseOfflineSuccessFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.c = null;
|
||
|
hmlBaseOfflineSuccessFragment.successTitle = null;
|
||
|
hmlBaseOfflineSuccessFragment.confirmDateTime = null;
|
||
|
hmlBaseOfflineSuccessFragment.remarkInfo = null;
|
||
|
hmlBaseOfflineSuccessFragment.loanInfo = null;
|
||
|
hmlBaseOfflineSuccessFragment.registerRemarks = null;
|
||
|
hmlBaseOfflineSuccessFragment.registerBtn = null;
|
||
|
hmlBaseOfflineSuccessFragment.homeBtn = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|