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

78 lines
3.6 KiB
Java

package com.scb.phone.view.fragment.hml;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public final class HmlOutcomePendingWithAIPFragment_ViewBinding extends BaseFragment_ViewBinding {
private View c;
private HmlOutcomePendingWithAIPFragment d;
private View e;
public HmlOutcomePendingWithAIPFragment_ViewBinding(HmlOutcomePendingWithAIPFragment hmlOutcomePendingWithAIPFragment, View view) {
super(hmlOutcomePendingWithAIPFragment, view);
this.d = hmlOutcomePendingWithAIPFragment;
hmlOutcomePendingWithAIPFragment.dateText = (TextView) pyT.e(view, R.id.tv_hml_pending_date, "field 'dateText'", TextView.class);
hmlOutcomePendingWithAIPFragment.amount = (TextView) pyT.e(view, R.id.tv_amount, "field 'amount'", TextView.class);
hmlOutcomePendingWithAIPFragment.repaymentAmount = (TextView) pyT.e(view, R.id.tv_repayment_amount, "field 'repaymentAmount'", TextView.class);
hmlOutcomePendingWithAIPFragment.repaymentTerm = (TextView) pyT.e(view, R.id.tv_repayment_term, "field 'repaymentTerm'", TextView.class);
hmlOutcomePendingWithAIPFragment.installmentsContainer = (LinearLayout) pyT.e(view, R.id.ll_installments, "field 'installmentsContainer'", LinearLayout.class);
View a = pyT.a(view, R.id.bt_return_home, "method 'onButtonReturnHomeClicked'");
this.e = a;
a.setOnClickListener(new gnL(this, hmlOutcomePendingWithAIPFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomePendingWithAIPFragment_ViewBinding.3
private HmlOutcomePendingWithAIPFragment b;
private HmlOutcomePendingWithAIPFragment_ViewBinding e;
{
this.e = this;
this.b = hmlOutcomePendingWithAIPFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.b.onButtonReturnHomeClicked(view2);
}
});
View a2 = pyT.a(view, R.id.bt_hml_contact_call_center, "method 'onContactCallCenter'");
this.c = a2;
a2.setOnClickListener(new gnL(this, hmlOutcomePendingWithAIPFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomePendingWithAIPFragment_ViewBinding.2
private HmlOutcomePendingWithAIPFragment a;
private HmlOutcomePendingWithAIPFragment_ViewBinding c;
{
this.c = this;
this.a = hmlOutcomePendingWithAIPFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onContactCallCenter(view2);
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
HmlOutcomePendingWithAIPFragment hmlOutcomePendingWithAIPFragment = this.d;
if (hmlOutcomePendingWithAIPFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
hmlOutcomePendingWithAIPFragment.dateText = null;
hmlOutcomePendingWithAIPFragment.amount = null;
hmlOutcomePendingWithAIPFragment.repaymentAmount = null;
hmlOutcomePendingWithAIPFragment.repaymentTerm = null;
hmlOutcomePendingWithAIPFragment.installmentsContainer = null;
this.e.setOnClickListener(null);
this.e = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}