54 lines
2.3 KiB
Java
54 lines
2.3 KiB
Java
package com.scb.phone.view.fragment.ndid;
|
|
|
|
import android.view.View;
|
|
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 NdidSelectIdpSuccessFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private View c;
|
|
private NdidSelectIdpSuccessFragment d;
|
|
|
|
public NdidSelectIdpSuccessFragment_ViewBinding(NdidSelectIdpSuccessFragment ndidSelectIdpSuccessFragment, View view) {
|
|
super(ndidSelectIdpSuccessFragment, view);
|
|
this.d = ndidSelectIdpSuccessFragment;
|
|
ndidSelectIdpSuccessFragment.header = (TextView) pyT.e(view, R.id.tv_header, "field 'header'", TextView.class);
|
|
ndidSelectIdpSuccessFragment.idpDescription = (TextView) pyT.e(view, R.id.tv_idp_description, "field 'idpDescription'", TextView.class);
|
|
ndidSelectIdpSuccessFragment.idpGeneralDescription = (TextView) pyT.e(view, R.id.tv_idp_general_description, "field 'idpGeneralDescription'", TextView.class);
|
|
View a = pyT.a(view, R.id.bt_verified, "method 'onVerifiedButtonClick'");
|
|
this.c = a;
|
|
a.setOnClickListener(new gnL(this, ndidSelectIdpSuccessFragment) { // from class: com.scb.phone.view.fragment.ndid.NdidSelectIdpSuccessFragment_ViewBinding.5
|
|
private NdidSelectIdpSuccessFragment c;
|
|
private NdidSelectIdpSuccessFragment_ViewBinding e;
|
|
|
|
{
|
|
this.e = this;
|
|
this.c = ndidSelectIdpSuccessFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.c.onVerifiedButtonClick();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
NdidSelectIdpSuccessFragment ndidSelectIdpSuccessFragment = this.d;
|
|
if (ndidSelectIdpSuccessFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
ndidSelectIdpSuccessFragment.header = null;
|
|
ndidSelectIdpSuccessFragment.idpDescription = null;
|
|
ndidSelectIdpSuccessFragment.idpGeneralDescription = null;
|
|
this.c.setOnClickListener(null);
|
|
this.c = null;
|
|
super.a();
|
|
}
|
|
}
|