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

121 lines
5.2 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.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class HmlOutcomeApproveFragment_ViewBinding extends BaseFragment_ViewBinding {
private View b;
private View c;
private HmlOutcomeApproveFragment d;
private View e;
private View g;
public HmlOutcomeApproveFragment_ViewBinding(HmlOutcomeApproveFragment hmlOutcomeApproveFragment, View view) {
super(hmlOutcomeApproveFragment, view);
this.d = hmlOutcomeApproveFragment;
hmlOutcomeApproveFragment.dateText = (TextView) pyT.e(view, R.id.tv_date, "field 'dateText'", TextView.class);
hmlOutcomeApproveFragment.container = (LinearLayout) pyT.e(view, R.id.ll_layout_details_container, "field 'container'", LinearLayout.class);
hmlOutcomeApproveFragment.amount = (TextView) pyT.e(view, R.id.tv_amount, "field 'amount'", TextView.class);
hmlOutcomeApproveFragment.repaymentAmount = (TextView) pyT.e(view, R.id.tv_repayment_amount, "field 'repaymentAmount'", TextView.class);
hmlOutcomeApproveFragment.approveHeader = (ImageView) pyT.e(view, R.id.iv_outcome_approve_header, "field 'approveHeader'", ImageView.class);
hmlOutcomeApproveFragment.amountIcon = (ImageView) pyT.e(view, R.id.iv_amount_icon, "field 'amountIcon'", ImageView.class);
hmlOutcomeApproveFragment.acceptSubtitle = (TextView) pyT.e(view, R.id.tv_accept_subtitle, "field 'acceptSubtitle'", TextView.class);
View a = pyT.a(view, R.id.bt_return_home, "method 'onButtonReturnHomeClicked'");
this.g = a;
a.setOnClickListener(new gnL(this, hmlOutcomeApproveFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomeApproveFragment_ViewBinding.3
private HmlOutcomeApproveFragment_ViewBinding a;
private HmlOutcomeApproveFragment c;
{
this.a = this;
this.c = hmlOutcomeApproveFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.onButtonReturnHomeClicked(view2);
}
});
View a2 = pyT.a(view, R.id.bt_button_decline, "method 'onButtonDeclineClicked'");
this.b = a2;
a2.setOnClickListener(new gnL(this, hmlOutcomeApproveFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomeApproveFragment_ViewBinding.4
private HmlOutcomeApproveFragment d;
private HmlOutcomeApproveFragment_ViewBinding e;
{
this.e = this;
this.d = hmlOutcomeApproveFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onButtonDeclineClicked(view2);
}
});
View a3 = pyT.a(view, R.id.bt_button_accept, "method 'onButtonAcceptClicked'");
this.c = a3;
a3.setOnClickListener(new gnL(this, hmlOutcomeApproveFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomeApproveFragment_ViewBinding.5
private HmlOutcomeApproveFragment_ViewBinding c;
private HmlOutcomeApproveFragment e;
{
this.c = this;
this.e = hmlOutcomeApproveFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onButtonAcceptClicked(view2);
}
});
View a4 = pyT.a(view, R.id.bt_hml_contact_call_center, "method 'onContactCallCenter'");
this.e = a4;
a4.setOnClickListener(new gnL(this, hmlOutcomeApproveFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomeApproveFragment_ViewBinding.1
private HmlOutcomeApproveFragment_ViewBinding d;
private HmlOutcomeApproveFragment e;
{
this.d = this;
this.e = hmlOutcomeApproveFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onContactCallCenter(view2);
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
HmlOutcomeApproveFragment hmlOutcomeApproveFragment = this.d;
if (hmlOutcomeApproveFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
hmlOutcomeApproveFragment.dateText = null;
hmlOutcomeApproveFragment.container = null;
hmlOutcomeApproveFragment.amount = null;
hmlOutcomeApproveFragment.repaymentAmount = null;
hmlOutcomeApproveFragment.approveHeader = null;
hmlOutcomeApproveFragment.amountIcon = null;
hmlOutcomeApproveFragment.acceptSubtitle = null;
this.g.setOnClickListener(null);
this.g = null;
this.b.setOnClickListener(null);
this.b = null;
this.c.setOnClickListener(null);
this.c = null;
this.e.setOnClickListener(null);
this.e = null;
super.a();
}
}