36 lines
1.7 KiB
Java
36 lines
1.7 KiB
Java
package com.scb.phone.view.fragment.hml;
|
|
|
|
import android.view.View;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class HmlNTBApplyLoanEntryFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private HmlNTBApplyLoanEntryFragment d;
|
|
|
|
public HmlNTBApplyLoanEntryFragment_ViewBinding(HmlNTBApplyLoanEntryFragment hmlNTBApplyLoanEntryFragment, View view) {
|
|
super(hmlNTBApplyLoanEntryFragment, view);
|
|
this.d = hmlNTBApplyLoanEntryFragment;
|
|
hmlNTBApplyLoanEntryFragment.descriptionTv = (TextView) pyT.e(view, R.id.ntb_apply_loan_entry_description_tv, "field 'descriptionTv'", TextView.class);
|
|
hmlNTBApplyLoanEntryFragment.imageIv = (ImageView) pyT.e(view, R.id.ntb_apply_loan_entry_iv, "field 'imageIv'", ImageView.class);
|
|
hmlNTBApplyLoanEntryFragment.buttonListLinearLayout = (LinearLayout) pyT.e(view, R.id.ntb_apply_loan_entry_personal_button_ll_layout, "field 'buttonListLinearLayout'", LinearLayout.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
HmlNTBApplyLoanEntryFragment hmlNTBApplyLoanEntryFragment = this.d;
|
|
if (hmlNTBApplyLoanEntryFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
hmlNTBApplyLoanEntryFragment.descriptionTv = null;
|
|
hmlNTBApplyLoanEntryFragment.imageIv = null;
|
|
hmlNTBApplyLoanEntryFragment.buttonListLinearLayout = null;
|
|
super.a();
|
|
}
|
|
}
|