87 lines
3.9 KiB
Java
87 lines
3.9 KiB
Java
|
package com.scb.phone.view.activity.etb;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.LinearLayout;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
|
||
|
import com.scb.phone.view.custom.CustomInformationList;
|
||
|
import com.scb.phone.view.custom.investment.CustomSuccessInformation;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes4.dex */
|
||
|
public class EtbSuccessActivity_ViewBinding extends BaseActivity_ViewBinding {
|
||
|
private View b;
|
||
|
private View c;
|
||
|
private EtbSuccessActivity d;
|
||
|
|
||
|
public EtbSuccessActivity_ViewBinding(EtbSuccessActivity etbSuccessActivity, View view) {
|
||
|
super(etbSuccessActivity, view);
|
||
|
this.d = etbSuccessActivity;
|
||
|
etbSuccessActivity.tvTitle = (TextView) pyT.e(view, R.id.text_title, "field 'tvTitle'", TextView.class);
|
||
|
etbSuccessActivity.tvDateTime = (TextView) pyT.e(view, R.id.tv_date_time, "field 'tvDateTime'", TextView.class);
|
||
|
etbSuccessActivity.tvRefId = (TextView) pyT.e(view, R.id.tv_ref_id, "field 'tvRefId'", TextView.class);
|
||
|
etbSuccessActivity.vSuccessInformation = (CustomSuccessInformation) pyT.e(view, R.id.success_information, "field 'vSuccessInformation'", CustomSuccessInformation.class);
|
||
|
etbSuccessActivity.vOpeningDeposit = (CustomInformationList) pyT.e(view, R.id.custom_information_list_opening_deposit, "field 'vOpeningDeposit'", CustomInformationList.class);
|
||
|
etbSuccessActivity.vMonthlyDeduction = (CustomInformationList) pyT.e(view, R.id.custom_information_list_monthly_deduction, "field 'vMonthlyDeduction'", CustomInformationList.class);
|
||
|
etbSuccessActivity.layoutRemarks = (LinearLayout) pyT.e(view, R.id.container_remarks, "field 'layoutRemarks'", LinearLayout.class);
|
||
|
View a = pyT.a(view, R.id.save_button, "field 'saveButton' and method 'onSaveButtonClicked'");
|
||
|
etbSuccessActivity.saveButton = (Button) pyT.c(a, R.id.save_button, "field 'saveButton'", Button.class);
|
||
|
this.c = a;
|
||
|
a.setOnClickListener(new gnL(this, etbSuccessActivity) { // from class: com.scb.phone.view.activity.etb.EtbSuccessActivity_ViewBinding.2
|
||
|
private EtbSuccessActivity a;
|
||
|
private EtbSuccessActivity_ViewBinding d;
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
this.a = etbSuccessActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.a.onSaveButtonClicked();
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.return_button, "method 'onReturnButtonClicked'");
|
||
|
this.b = a2;
|
||
|
a2.setOnClickListener(new gnL(this, etbSuccessActivity) { // from class: com.scb.phone.view.activity.etb.EtbSuccessActivity_ViewBinding.3
|
||
|
private EtbSuccessActivity a;
|
||
|
private EtbSuccessActivity_ViewBinding c;
|
||
|
|
||
|
{
|
||
|
this.c = this;
|
||
|
this.a = etbSuccessActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.a.onReturnButtonClicked();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
EtbSuccessActivity etbSuccessActivity = this.d;
|
||
|
if (etbSuccessActivity == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
etbSuccessActivity.tvTitle = null;
|
||
|
etbSuccessActivity.tvDateTime = null;
|
||
|
etbSuccessActivity.tvRefId = null;
|
||
|
etbSuccessActivity.vSuccessInformation = null;
|
||
|
etbSuccessActivity.vOpeningDeposit = null;
|
||
|
etbSuccessActivity.vMonthlyDeduction = null;
|
||
|
etbSuccessActivity.layoutRemarks = null;
|
||
|
etbSuccessActivity.saveButton = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|