47 lines
3.4 KiB
Java
47 lines
3.4 KiB
Java
|
package com.scb.phone.view.fragment.hml;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.common.CommonInputViewGroup;
|
||
|
import com.scb.phone.view.custom.common.CustomAcceptDeclineButtons;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class HmlBusinessOwnerETBPersonalInfoFragment_ViewBinding extends HmlETBPersonalInfoFragment_ViewBinding {
|
||
|
private HmlBusinessOwnerETBPersonalInfoFragment c;
|
||
|
|
||
|
public HmlBusinessOwnerETBPersonalInfoFragment_ViewBinding(HmlBusinessOwnerETBPersonalInfoFragment hmlBusinessOwnerETBPersonalInfoFragment, View view) {
|
||
|
super(hmlBusinessOwnerETBPersonalInfoFragment, view);
|
||
|
this.c = hmlBusinessOwnerETBPersonalInfoFragment;
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.incomeSection = pyT.a(view, R.id.section_income, "field 'incomeSection'");
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseHeaderLabel = (TextView) pyT.e(view, R.id.tv_spouse_header, "field 'spouseHeaderLabel'", TextView.class);
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseCitizenToggler = (CustomAcceptDeclineButtons) pyT.e(view, R.id.bts_citizenship, "field 'spouseCitizenToggler'", CustomAcceptDeclineButtons.class);
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseCitizenFooter = (TextView) pyT.e(view, R.id.tv_marital_footer, "field 'spouseCitizenFooter'", TextView.class);
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseCitizenError = (TextView) pyT.e(view, R.id.tv_marital_error, "field 'spouseCitizenError'", TextView.class);
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseFirstNameInput = (CommonInputViewGroup) pyT.e(view, R.id.civg_marital_first, "field 'spouseFirstNameInput'", CommonInputViewGroup.class);
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseLastNameInput = (CommonInputViewGroup) pyT.e(view, R.id.civg_marital_last, "field 'spouseLastNameInput'", CommonInputViewGroup.class);
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseNIDInput = (CommonInputViewGroup) pyT.e(view, R.id.civg_marital_nid, "field 'spouseNIDInput'", CommonInputViewGroup.class);
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseSeparator = pyT.a(view, R.id.spouse_separator, "field 'spouseSeparator'");
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.hml.HmlETBPersonalInfoFragment_ViewBinding, com.scb.phone.view.fragment.hml.HmlBasePersonalInfoFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
HmlBusinessOwnerETBPersonalInfoFragment hmlBusinessOwnerETBPersonalInfoFragment = this.c;
|
||
|
if (hmlBusinessOwnerETBPersonalInfoFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.c = null;
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.incomeSection = null;
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseHeaderLabel = null;
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseCitizenToggler = null;
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseCitizenFooter = null;
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseCitizenError = null;
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseFirstNameInput = null;
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseLastNameInput = null;
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseNIDInput = null;
|
||
|
hmlBusinessOwnerETBPersonalInfoFragment.spouseSeparator = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|