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

29 lines
1.1 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.TextView;
import com.scb.phone.R;
import o.pyT;
/* loaded from: classes5.dex */
public final class HmlNTBSummaryFragment_ViewBinding extends HmlSummaryFragment_ViewBinding {
private HmlNTBSummaryFragment b;
public HmlNTBSummaryFragment_ViewBinding(HmlNTBSummaryFragment hmlNTBSummaryFragment, View view) {
super(hmlNTBSummaryFragment, view);
this.b = hmlNTBSummaryFragment;
hmlNTBSummaryFragment.step2Desc = (TextView) pyT.e(view, R.id.tv_step_2_desc, "field 'step2Desc'", TextView.class);
}
@Override // com.scb.phone.view.fragment.hml.HmlSummaryFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
HmlNTBSummaryFragment hmlNTBSummaryFragment = this.b;
if (hmlNTBSummaryFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
hmlNTBSummaryFragment.step2Desc = null;
super.a();
}
}