84 lines
2.9 KiB
Java
84 lines
2.9 KiB
Java
|
package com.scb.phone.view.activity.etb;
|
||
|
|
||
|
import android.view.View;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes4.dex */
|
||
|
public final class ETBWelcomeAboardActivity_ViewBinding extends BaseActivity_ViewBinding {
|
||
|
private ETBWelcomeAboardActivity b;
|
||
|
private View c;
|
||
|
private View d;
|
||
|
private View e;
|
||
|
|
||
|
public ETBWelcomeAboardActivity_ViewBinding(ETBWelcomeAboardActivity eTBWelcomeAboardActivity, View view) {
|
||
|
super(eTBWelcomeAboardActivity, view);
|
||
|
this.b = eTBWelcomeAboardActivity;
|
||
|
View a = pyT.a(view, R.id.iv_arrow_back, "method 'onNavigateBack'");
|
||
|
this.d = a;
|
||
|
a.setOnClickListener(new gnL(this, eTBWelcomeAboardActivity) { // from class: com.scb.phone.view.activity.etb.ETBWelcomeAboardActivity_ViewBinding.1
|
||
|
private ETBWelcomeAboardActivity b;
|
||
|
private ETBWelcomeAboardActivity_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.b = eTBWelcomeAboardActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.onNavigateBack();
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.bt_open_account, "method 'clickOpenAccount'");
|
||
|
this.c = a2;
|
||
|
a2.setOnClickListener(new gnL(this, eTBWelcomeAboardActivity) { // from class: com.scb.phone.view.activity.etb.ETBWelcomeAboardActivity_ViewBinding.3
|
||
|
private ETBWelcomeAboardActivity b;
|
||
|
private ETBWelcomeAboardActivity_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.b = eTBWelcomeAboardActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.clickOpenAccount();
|
||
|
}
|
||
|
});
|
||
|
View a3 = pyT.a(view, R.id.bt_register_easy_app, "method 'clickRegister'");
|
||
|
this.e = a3;
|
||
|
a3.setOnClickListener(new gnL(this, eTBWelcomeAboardActivity) { // from class: com.scb.phone.view.activity.etb.ETBWelcomeAboardActivity_ViewBinding.5
|
||
|
private ETBWelcomeAboardActivity a;
|
||
|
private ETBWelcomeAboardActivity_ViewBinding d;
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
this.a = eTBWelcomeAboardActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.a.clickRegister();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
if (this.b == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|