53 lines
1.9 KiB
Java
53 lines
1.9 KiB
Java
|
package com.scb.phone.view.activity.pointx;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.ImageView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
|
||
|
import com.scb.phone.view.custom.webview.SCBWebView;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class PointXInfoActivity_ViewBinding extends BaseActivity_ViewBinding {
|
||
|
private PointXInfoActivity d;
|
||
|
private View e;
|
||
|
|
||
|
public PointXInfoActivity_ViewBinding(PointXInfoActivity pointXInfoActivity, View view) {
|
||
|
super(pointXInfoActivity, view);
|
||
|
this.d = pointXInfoActivity;
|
||
|
pointXInfoActivity.wvPointXInfo = (SCBWebView) pyT.e(view, R.id.wv_pointx_info, "field 'wvPointXInfo'", SCBWebView.class);
|
||
|
pointXInfoActivity.ivTopBanner = (ImageView) pyT.e(view, R.id.iv_top_banner, "field 'ivTopBanner'", ImageView.class);
|
||
|
View a = pyT.a(view, R.id.btn_next, "method 'launchPlayStore'");
|
||
|
this.e = a;
|
||
|
a.setOnClickListener(new gnL(this, pointXInfoActivity) { // from class: com.scb.phone.view.activity.pointx.PointXInfoActivity_ViewBinding.2
|
||
|
private PointXInfoActivity b;
|
||
|
private PointXInfoActivity_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.b = pointXInfoActivity;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.launchPlayStore();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
PointXInfoActivity pointXInfoActivity = this.d;
|
||
|
if (pointXInfoActivity == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
pointXInfoActivity.wvPointXInfo = null;
|
||
|
pointXInfoActivity.ivTopBanner = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|