74 lines
2.9 KiB
Java
74 lines
2.9 KiB
Java
|
package com.scb.phone.view.activity.registration;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class RegistrationNoDataActivity_ViewBinding extends BaseActivity_ViewBinding {
|
||
|
private RegistrationNoDataActivity b;
|
||
|
private View c;
|
||
|
private View d;
|
||
|
|
||
|
public RegistrationNoDataActivity_ViewBinding(RegistrationNoDataActivity registrationNoDataActivity, View view) {
|
||
|
super(registrationNoDataActivity, view);
|
||
|
this.b = registrationNoDataActivity;
|
||
|
registrationNoDataActivity.imageInfo = (ImageView) pyT.e(view, R.id.iv_info, "field 'imageInfo'", ImageView.class);
|
||
|
registrationNoDataActivity.textTitle = (TextView) pyT.e(view, R.id.tv_title, "field 'textTitle'", TextView.class);
|
||
|
registrationNoDataActivity.description = (TextView) pyT.e(view, R.id.tv_description, "field 'description'", TextView.class);
|
||
|
View a = pyT.a(view, R.id.bt_return_home, "method 'returnHome'");
|
||
|
this.c = a;
|
||
|
a.setOnClickListener(new gnL(this, registrationNoDataActivity) { // from class: com.scb.phone.view.activity.registration.RegistrationNoDataActivity_ViewBinding.1
|
||
|
private RegistrationNoDataActivity a;
|
||
|
private RegistrationNoDataActivity_ViewBinding b;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.a = registrationNoDataActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.a.returnHome();
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.bt_find_us, "method 'gotoFindUs'");
|
||
|
this.d = a2;
|
||
|
a2.setOnClickListener(new gnL(this, registrationNoDataActivity) { // from class: com.scb.phone.view.activity.registration.RegistrationNoDataActivity_ViewBinding.4
|
||
|
private RegistrationNoDataActivity_ViewBinding c;
|
||
|
private RegistrationNoDataActivity e;
|
||
|
|
||
|
{
|
||
|
this.c = this;
|
||
|
this.e = registrationNoDataActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.gotoFindUs();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
RegistrationNoDataActivity registrationNoDataActivity = this.b;
|
||
|
if (registrationNoDataActivity == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
registrationNoDataActivity.imageInfo = null;
|
||
|
registrationNoDataActivity.textTitle = null;
|
||
|
registrationNoDataActivity.description = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|