51 lines
1.8 KiB
Java
51 lines
1.8 KiB
Java
package com.scb.phone.view.activity;
|
|
|
|
import android.view.View;
|
|
import android.widget.TextView;
|
|
import com.scb.phone.R;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class ErrorPageActivity_ViewBinding extends BaseActivity_ViewBinding {
|
|
private View c;
|
|
private ErrorPageActivity d;
|
|
|
|
public ErrorPageActivity_ViewBinding(ErrorPageActivity errorPageActivity, View view) {
|
|
super(errorPageActivity, view);
|
|
this.d = errorPageActivity;
|
|
errorPageActivity.tvErrorPageTile = (TextView) pyT.e(view, R.id.tv_error_page_title, "field 'tvErrorPageTile'", TextView.class);
|
|
errorPageActivity.tvErrorPageMsg = (TextView) pyT.e(view, R.id.tv_error_page_msg, "field 'tvErrorPageMsg'", TextView.class);
|
|
View a = pyT.a(view, R.id.switch_button, "method 'goToPersonalButtonClick'");
|
|
this.c = a;
|
|
a.setOnClickListener(new gnL(this, errorPageActivity) { // from class: com.scb.phone.view.activity.ErrorPageActivity_ViewBinding.2
|
|
private ErrorPageActivity_ViewBinding c;
|
|
private ErrorPageActivity e;
|
|
|
|
{
|
|
this.c = this;
|
|
this.e = errorPageActivity;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.e.goToPersonalButtonClick();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
ErrorPageActivity errorPageActivity = this.d;
|
|
if (errorPageActivity == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
errorPageActivity.tvErrorPageTile = null;
|
|
errorPageActivity.tvErrorPageMsg = null;
|
|
this.c.setOnClickListener(null);
|
|
this.c = null;
|
|
super.a();
|
|
}
|
|
}
|