what-the-bank/sources/com/scb/phone/view/fragment/ndid/NdidIdpVerificationFragment...

78 lines
3.4 KiB
Java

package com.scb.phone.view.fragment.ndid;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.TextView;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class NdidIdpVerificationFragment_ViewBinding extends BaseFragment_ViewBinding {
private NdidIdpVerificationFragment b;
private View c;
private View d;
public NdidIdpVerificationFragment_ViewBinding(NdidIdpVerificationFragment ndidIdpVerificationFragment, View view) {
super(ndidIdpVerificationFragment, view);
this.b = ndidIdpVerificationFragment;
ndidIdpVerificationFragment.cancelNote = (TextView) pyT.e(view, R.id.tv_note_three, "field 'cancelNote'", TextView.class);
View a = pyT.a(view, R.id.bt_next, "field 'btNext' and method 'onNextClick'");
ndidIdpVerificationFragment.btNext = (Button) pyT.c(a, R.id.bt_next, "field 'btNext'", Button.class);
this.d = a;
a.setOnClickListener(new gnL(this, ndidIdpVerificationFragment) { // from class: com.scb.phone.view.fragment.ndid.NdidIdpVerificationFragment_ViewBinding.2
private NdidIdpVerificationFragment_ViewBinding c;
private NdidIdpVerificationFragment d;
{
this.c = this;
this.d = ndidIdpVerificationFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onNextClick();
}
});
View a2 = pyT.a(view, R.id.cb_consent, "field 'consentCheckbox' and method 'onConsentChecked'");
ndidIdpVerificationFragment.consentCheckbox = (CheckBox) pyT.c(a2, R.id.cb_consent, "field 'consentCheckbox'", CheckBox.class);
this.c = a2;
((CompoundButton) a2).setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener(this, ndidIdpVerificationFragment) { // from class: com.scb.phone.view.fragment.ndid.NdidIdpVerificationFragment_ViewBinding.1
private NdidIdpVerificationFragment b;
private NdidIdpVerificationFragment_ViewBinding c;
{
this.c = this;
this.b = ndidIdpVerificationFragment;
}
@Override // android.widget.CompoundButton.OnCheckedChangeListener
public final void onCheckedChanged(CompoundButton compoundButton, boolean z) {
this.b.onConsentChecked(z);
}
});
ndidIdpVerificationFragment.tvNoteTwo = (TextView) pyT.e(view, R.id.tv_note_two, "field 'tvNoteTwo'", TextView.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
NdidIdpVerificationFragment ndidIdpVerificationFragment = this.b;
if (ndidIdpVerificationFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
ndidIdpVerificationFragment.cancelNote = null;
ndidIdpVerificationFragment.btNext = null;
ndidIdpVerificationFragment.consentCheckbox = null;
ndidIdpVerificationFragment.tvNoteTwo = null;
this.d.setOnClickListener(null);
this.d = null;
((CompoundButton) this.c).setOnCheckedChangeListener(null);
this.c = null;
super.a();
}
}