76 lines
3.1 KiB
Java
76 lines
3.1 KiB
Java
package com.scb.phone.view.fragment;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.LinearLayout;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.custom.webview.SCBWebView;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class TermsConditionsFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private TermsConditionsFragment b;
|
|
private View d;
|
|
private View e;
|
|
|
|
public TermsConditionsFragment_ViewBinding(TermsConditionsFragment termsConditionsFragment, View view) {
|
|
super(termsConditionsFragment, view);
|
|
this.b = termsConditionsFragment;
|
|
termsConditionsFragment.webView = (SCBWebView) pyT.e(view, R.id.webview, "field 'webView'", SCBWebView.class);
|
|
termsConditionsFragment.buttonsLayout = (LinearLayout) pyT.e(view, R.id.bottom_buttons, "field 'buttonsLayout'", LinearLayout.class);
|
|
View a = pyT.a(view, R.id.button_accept, "field 'buttonAccept' and method 'acceptTermsConditions'");
|
|
termsConditionsFragment.buttonAccept = (Button) pyT.c(a, R.id.button_accept, "field 'buttonAccept'", Button.class);
|
|
this.d = a;
|
|
a.setOnClickListener(new gnL(this, termsConditionsFragment) { // from class: com.scb.phone.view.fragment.TermsConditionsFragment_ViewBinding.4
|
|
private TermsConditionsFragment_ViewBinding a;
|
|
private TermsConditionsFragment d;
|
|
|
|
{
|
|
this.a = this;
|
|
this.d = termsConditionsFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.d.acceptTermsConditions();
|
|
}
|
|
});
|
|
View a2 = pyT.a(view, R.id.button_decline, "field 'buttonDecline' and method 'declineTermsConditions'");
|
|
termsConditionsFragment.buttonDecline = (Button) pyT.c(a2, R.id.button_decline, "field 'buttonDecline'", Button.class);
|
|
this.e = a2;
|
|
a2.setOnClickListener(new gnL(this, termsConditionsFragment) { // from class: com.scb.phone.view.fragment.TermsConditionsFragment_ViewBinding.5
|
|
private TermsConditionsFragment_ViewBinding b;
|
|
private TermsConditionsFragment e;
|
|
|
|
{
|
|
this.b = this;
|
|
this.e = termsConditionsFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.e.declineTermsConditions();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
TermsConditionsFragment termsConditionsFragment = this.b;
|
|
if (termsConditionsFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
termsConditionsFragment.webView = null;
|
|
termsConditionsFragment.buttonsLayout = null;
|
|
termsConditionsFragment.buttonAccept = null;
|
|
termsConditionsFragment.buttonDecline = null;
|
|
this.d.setOnClickListener(null);
|
|
this.d = null;
|
|
this.e.setOnClickListener(null);
|
|
this.e = null;
|
|
super.a();
|
|
}
|
|
}
|