what-the-bank/sources/com/scb/phone/view/fragment/investment/InvestmentWebViewFragment_V...

53 lines
2.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.investment;
import android.view.View;
import android.widget.LinearLayout;
import com.scb.phone.R;
import com.scb.phone.view.custom.webview.SCBWebView;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public final class InvestmentWebViewFragment_ViewBinding extends BaseFragment_ViewBinding {
private View b;
private InvestmentWebViewFragment e;
public InvestmentWebViewFragment_ViewBinding(InvestmentWebViewFragment investmentWebViewFragment, View view) {
super(investmentWebViewFragment, view);
this.e = investmentWebViewFragment;
investmentWebViewFragment.webViewContent = (SCBWebView) pyT.e(view, R.id.wv_content, "field 'webViewContent'", SCBWebView.class);
View a = pyT.a(view, R.id.ll_error, "field 'llError' and method 'onErrorSectionClicked'");
investmentWebViewFragment.llError = (LinearLayout) pyT.c(a, R.id.ll_error, "field 'llError'", LinearLayout.class);
this.b = a;
a.setOnClickListener(new gnL(this, investmentWebViewFragment) { // from class: com.scb.phone.view.fragment.investment.InvestmentWebViewFragment_ViewBinding.1
private InvestmentWebViewFragment_ViewBinding a;
private InvestmentWebViewFragment b;
{
this.a = this;
this.b = investmentWebViewFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.b.onErrorSectionClicked();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
InvestmentWebViewFragment investmentWebViewFragment = this.e;
if (investmentWebViewFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
investmentWebViewFragment.webViewContent = null;
investmentWebViewFragment.llError = null;
this.b.setOnClickListener(null);
this.b = null;
super.a();
}
}