76 lines
4.3 KiB
Java
76 lines
4.3 KiB
Java
package com.scb.phone.view.fragment.ndid;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.ImageView;
|
|
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 NdidInstructionFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private View b;
|
|
private NdidInstructionFragment e;
|
|
|
|
public NdidInstructionFragment_ViewBinding(NdidInstructionFragment ndidInstructionFragment, View view) {
|
|
super(ndidInstructionFragment, view);
|
|
this.e = ndidInstructionFragment;
|
|
ndidInstructionFragment.scanIdText = (TextView) pyT.e(view, R.id.text_scan_id, "field 'scanIdText'", TextView.class);
|
|
ndidInstructionFragment.verifyingPartnerText = (TextView) pyT.e(view, R.id.text_verifying_partner, "field 'verifyingPartnerText'", TextView.class);
|
|
ndidInstructionFragment.livenessText = (TextView) pyT.e(view, R.id.text_liveness_check, "field 'livenessText'", TextView.class);
|
|
ndidInstructionFragment.scanIdIcon = (ImageView) pyT.e(view, R.id.icon_scan_id, "field 'scanIdIcon'", ImageView.class);
|
|
ndidInstructionFragment.verifyingPartnerIcon = (ImageView) pyT.e(view, R.id.icon_verifying_partner, "field 'verifyingPartnerIcon'", ImageView.class);
|
|
ndidInstructionFragment.livenessIcon = (ImageView) pyT.e(view, R.id.icon_liveness_check, "field 'livenessIcon'", ImageView.class);
|
|
ndidInstructionFragment.scanIdCheckedIcon = (ImageView) pyT.e(view, R.id.checked_scan_id, "field 'scanIdCheckedIcon'", ImageView.class);
|
|
ndidInstructionFragment.verifyingPartnerCheckedIcon = (ImageView) pyT.e(view, R.id.checked_verifying_partner, "field 'verifyingPartnerCheckedIcon'", ImageView.class);
|
|
ndidInstructionFragment.livenessCheckedIcon = (ImageView) pyT.e(view, R.id.checked_liveness_check, "field 'livenessCheckedIcon'", ImageView.class);
|
|
ndidInstructionFragment.scanIdIndicator = (ImageView) pyT.e(view, R.id.indicator_scan_id, "field 'scanIdIndicator'", ImageView.class);
|
|
ndidInstructionFragment.verifyingPartnerIndicator = (ImageView) pyT.e(view, R.id.indicator_verifying_partner, "field 'verifyingPartnerIndicator'", ImageView.class);
|
|
ndidInstructionFragment.livenessIndicator = (ImageView) pyT.e(view, R.id.indicator_liveness_check, "field 'livenessIndicator'", ImageView.class);
|
|
View a = pyT.a(view, R.id.button_next, "field 'buttonNext' and method 'onNextButtonClick'");
|
|
ndidInstructionFragment.buttonNext = (Button) pyT.c(a, R.id.button_next, "field 'buttonNext'", Button.class);
|
|
this.b = a;
|
|
a.setOnClickListener(new gnL(this, ndidInstructionFragment) { // from class: com.scb.phone.view.fragment.ndid.NdidInstructionFragment_ViewBinding.3
|
|
private NdidInstructionFragment d;
|
|
private NdidInstructionFragment_ViewBinding e;
|
|
|
|
{
|
|
this.e = this;
|
|
this.d = ndidInstructionFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.d.onNextButtonClick();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
NdidInstructionFragment ndidInstructionFragment = this.e;
|
|
if (ndidInstructionFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.e = null;
|
|
ndidInstructionFragment.scanIdText = null;
|
|
ndidInstructionFragment.verifyingPartnerText = null;
|
|
ndidInstructionFragment.livenessText = null;
|
|
ndidInstructionFragment.scanIdIcon = null;
|
|
ndidInstructionFragment.verifyingPartnerIcon = null;
|
|
ndidInstructionFragment.livenessIcon = null;
|
|
ndidInstructionFragment.scanIdCheckedIcon = null;
|
|
ndidInstructionFragment.verifyingPartnerCheckedIcon = null;
|
|
ndidInstructionFragment.livenessCheckedIcon = null;
|
|
ndidInstructionFragment.scanIdIndicator = null;
|
|
ndidInstructionFragment.verifyingPartnerIndicator = null;
|
|
ndidInstructionFragment.livenessIndicator = null;
|
|
ndidInstructionFragment.buttonNext = null;
|
|
this.b.setOnClickListener(null);
|
|
this.b = null;
|
|
super.a();
|
|
}
|
|
}
|