what-the-bank/sources/com/scb/phone/view/fragment/hml/HmlBaseOperatingAccountFrag...

39 lines
2.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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.custom.common.CommonInputViewGroup;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.pyT;
/* loaded from: classes5.dex */
public class HmlBaseOperatingAccountFragment_ViewBinding extends BaseFragment_ViewBinding {
private HmlBaseOperatingAccountFragment e;
public HmlBaseOperatingAccountFragment_ViewBinding(HmlBaseOperatingAccountFragment hmlBaseOperatingAccountFragment, View view) {
super(hmlBaseOperatingAccountFragment, view);
this.e = hmlBaseOperatingAccountFragment;
hmlBaseOperatingAccountFragment.bankLogo = (ImageView) pyT.e(view, R.id.iv_operatingaccount_logo, "field 'bankLogo'", ImageView.class);
hmlBaseOperatingAccountFragment.bankName = (TextView) pyT.e(view, R.id.tv_operatingaccount_bank, "field 'bankName'", TextView.class);
hmlBaseOperatingAccountFragment.buttonsContainer = (LinearLayout) pyT.e(view, R.id.ll_operatingaccount_buttons_container, "field 'buttonsContainer'", LinearLayout.class);
hmlBaseOperatingAccountFragment.accountEditText = (CommonInputViewGroup) pyT.e(view, R.id.civg_operatingaccount_account, "field 'accountEditText'", CommonInputViewGroup.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
HmlBaseOperatingAccountFragment hmlBaseOperatingAccountFragment = this.e;
if (hmlBaseOperatingAccountFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
hmlBaseOperatingAccountFragment.bankLogo = null;
hmlBaseOperatingAccountFragment.bankName = null;
hmlBaseOperatingAccountFragment.buttonsContainer = null;
hmlBaseOperatingAccountFragment.accountEditText = null;
super.a();
}
}