56 lines
2.7 KiB
Java
56 lines
2.7 KiB
Java
|
package com.scb.phone.view.fragment.ndidcommon;
|
||
|
|
||
|
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 final class NdidCommonSelectIdpSuccessFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private NdidCommonSelectIdpSuccessFragment b;
|
||
|
private View c;
|
||
|
|
||
|
public NdidCommonSelectIdpSuccessFragment_ViewBinding(NdidCommonSelectIdpSuccessFragment ndidCommonSelectIdpSuccessFragment, View view) {
|
||
|
super(ndidCommonSelectIdpSuccessFragment, view);
|
||
|
this.b = ndidCommonSelectIdpSuccessFragment;
|
||
|
ndidCommonSelectIdpSuccessFragment.tvHeader = (TextView) pyT.e(view, R.id.tv_header, "field 'tvHeader'", TextView.class);
|
||
|
ndidCommonSelectIdpSuccessFragment.tvIdpDescription = (TextView) pyT.e(view, R.id.tv_idp_description, "field 'tvIdpDescription'", TextView.class);
|
||
|
ndidCommonSelectIdpSuccessFragment.tvIdpGeneralDescription = (TextView) pyT.e(view, R.id.tv_idp_general_description, "field 'tvIdpGeneralDescription'", TextView.class);
|
||
|
ndidCommonSelectIdpSuccessFragment.tvCountdownTimer = (TextView) pyT.e(view, R.id.tv_countdown_timer, "field 'tvCountdownTimer'", TextView.class);
|
||
|
View a = pyT.a(view, R.id.bt_verified, "method 'onVerifiedButtonClick'");
|
||
|
this.c = a;
|
||
|
a.setOnClickListener(new gnL(this, ndidCommonSelectIdpSuccessFragment) { // from class: com.scb.phone.view.fragment.ndidcommon.NdidCommonSelectIdpSuccessFragment_ViewBinding.4
|
||
|
private NdidCommonSelectIdpSuccessFragment_ViewBinding a;
|
||
|
private NdidCommonSelectIdpSuccessFragment d;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.d = ndidCommonSelectIdpSuccessFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.onVerifiedButtonClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
NdidCommonSelectIdpSuccessFragment ndidCommonSelectIdpSuccessFragment = this.b;
|
||
|
if (ndidCommonSelectIdpSuccessFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
ndidCommonSelectIdpSuccessFragment.tvHeader = null;
|
||
|
ndidCommonSelectIdpSuccessFragment.tvIdpDescription = null;
|
||
|
ndidCommonSelectIdpSuccessFragment.tvIdpGeneralDescription = null;
|
||
|
ndidCommonSelectIdpSuccessFragment.tvCountdownTimer = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|