48 lines
2.8 KiB
Java
48 lines
2.8 KiB
Java
package com.scb.phone.view.fragment.ndid;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.CheckBox;
|
|
import android.widget.ImageView;
|
|
import android.widget.TextView;
|
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class NdidIdpServiceStatusFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private NdidIdpServiceStatusFragment e;
|
|
|
|
public NdidIdpServiceStatusFragment_ViewBinding(NdidIdpServiceStatusFragment ndidIdpServiceStatusFragment, View view) {
|
|
super(ndidIdpServiceStatusFragment, view);
|
|
this.e = ndidIdpServiceStatusFragment;
|
|
ndidIdpServiceStatusFragment.ivNdidNotEnroll = (ImageView) pyT.e(view, R.id.iv_ndid_not_enroll, "field 'ivNdidNotEnroll'", ImageView.class);
|
|
ndidIdpServiceStatusFragment.ivNdidEnroll = (ImageView) pyT.e(view, R.id.iv_ndid_enrolled, "field 'ivNdidEnroll'", ImageView.class);
|
|
ndidIdpServiceStatusFragment.tvStatusHeader = (TextView) pyT.e(view, R.id.tv_status_header, "field 'tvStatusHeader'", TextView.class);
|
|
ndidIdpServiceStatusFragment.tvStatusDescription = (TextView) pyT.e(view, R.id.tv_status_description, "field 'tvStatusDescription'", TextView.class);
|
|
ndidIdpServiceStatusFragment.layoutTermsAndCond = (ConstraintLayout) pyT.e(view, R.id.cs_layout_terms_cond, "field 'layoutTermsAndCond'", ConstraintLayout.class);
|
|
ndidIdpServiceStatusFragment.checkBoxTermsConditions = (CheckBox) pyT.e(view, R.id.cb_terms_and_conditions, "field 'checkBoxTermsConditions'", CheckBox.class);
|
|
ndidIdpServiceStatusFragment.tvTermsConditions = (TextView) pyT.e(view, R.id.tv_agree_terms_condition, "field 'tvTermsConditions'", TextView.class);
|
|
ndidIdpServiceStatusFragment.btNext = (Button) pyT.e(view, R.id.bt_next, "field 'btNext'", Button.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
NdidIdpServiceStatusFragment ndidIdpServiceStatusFragment = this.e;
|
|
if (ndidIdpServiceStatusFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.e = null;
|
|
ndidIdpServiceStatusFragment.ivNdidNotEnroll = null;
|
|
ndidIdpServiceStatusFragment.ivNdidEnroll = null;
|
|
ndidIdpServiceStatusFragment.tvStatusHeader = null;
|
|
ndidIdpServiceStatusFragment.tvStatusDescription = null;
|
|
ndidIdpServiceStatusFragment.layoutTermsAndCond = null;
|
|
ndidIdpServiceStatusFragment.checkBoxTermsConditions = null;
|
|
ndidIdpServiceStatusFragment.tvTermsConditions = null;
|
|
ndidIdpServiceStatusFragment.btNext = null;
|
|
super.a();
|
|
}
|
|
}
|