69 lines
2.9 KiB
Java
69 lines
2.9 KiB
Java
|
package com.scb.phone.view.fragment;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.LinearLayout;
|
||
|
import butterknife.Unbinder;
|
||
|
import com.scb.phone.R;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class DepositBottomSelectionEntryFragment_ViewBinding implements Unbinder {
|
||
|
private DepositBottomSelectionEntryFragment b;
|
||
|
private View d;
|
||
|
private View e;
|
||
|
|
||
|
public DepositBottomSelectionEntryFragment_ViewBinding(DepositBottomSelectionEntryFragment depositBottomSelectionEntryFragment, View view) {
|
||
|
this.b = depositBottomSelectionEntryFragment;
|
||
|
View a = pyT.a(view, R.id.ll_layout_select_export_statement, "field 'selectExportStatement' and method 'exportStatement'");
|
||
|
depositBottomSelectionEntryFragment.selectExportStatement = (LinearLayout) pyT.c(a, R.id.ll_layout_select_export_statement, "field 'selectExportStatement'", LinearLayout.class);
|
||
|
this.d = a;
|
||
|
a.setOnClickListener(new gnL(this, depositBottomSelectionEntryFragment) { // from class: com.scb.phone.view.fragment.DepositBottomSelectionEntryFragment_ViewBinding.1
|
||
|
private DepositBottomSelectionEntryFragment_ViewBinding a;
|
||
|
private DepositBottomSelectionEntryFragment c;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.c = depositBottomSelectionEntryFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.exportStatement(view2);
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.ll_layout_select_close_account, "field 'closeAccount' and method 'closeAccount'");
|
||
|
depositBottomSelectionEntryFragment.closeAccount = (LinearLayout) pyT.c(a2, R.id.ll_layout_select_close_account, "field 'closeAccount'", LinearLayout.class);
|
||
|
this.e = a2;
|
||
|
a2.setOnClickListener(new gnL(this, depositBottomSelectionEntryFragment) { // from class: com.scb.phone.view.fragment.DepositBottomSelectionEntryFragment_ViewBinding.4
|
||
|
private DepositBottomSelectionEntryFragment d;
|
||
|
private DepositBottomSelectionEntryFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.d = depositBottomSelectionEntryFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.closeAccount(view2);
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
DepositBottomSelectionEntryFragment depositBottomSelectionEntryFragment = this.b;
|
||
|
if (depositBottomSelectionEntryFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
depositBottomSelectionEntryFragment.selectExportStatement = null;
|
||
|
depositBottomSelectionEntryFragment.closeAccount = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
}
|
||
|
}
|