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

88 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.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class HmlOutcomeResubmissionFragment_ViewBinding extends BaseFragment_ViewBinding {
private View b;
private View c;
private HmlOutcomeResubmissionFragment d;
private View e;
public HmlOutcomeResubmissionFragment_ViewBinding(HmlOutcomeResubmissionFragment hmlOutcomeResubmissionFragment, View view) {
super(hmlOutcomeResubmissionFragment, view);
this.d = hmlOutcomeResubmissionFragment;
hmlOutcomeResubmissionFragment.dateText = (TextView) pyT.e(view, R.id.tv_hml_resubmission_date, "field 'dateText'", TextView.class);
View a = pyT.a(view, R.id.bt_return_home, "method 'onButtonReturnHomeClicked'");
this.e = a;
a.setOnClickListener(new gnL(this, hmlOutcomeResubmissionFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomeResubmissionFragment_ViewBinding.3
private HmlOutcomeResubmissionFragment_ViewBinding b;
private HmlOutcomeResubmissionFragment d;
{
this.b = this;
this.d = hmlOutcomeResubmissionFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onButtonReturnHomeClicked();
}
});
View a2 = pyT.a(view, R.id.bt_hml_contact_call_center, "method 'onContactCallCenter'");
this.b = a2;
a2.setOnClickListener(new gnL(this, hmlOutcomeResubmissionFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomeResubmissionFragment_ViewBinding.4
private HmlOutcomeResubmissionFragment_ViewBinding a;
private HmlOutcomeResubmissionFragment e;
{
this.a = this;
this.e = hmlOutcomeResubmissionFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onContactCallCenter();
}
});
View a3 = pyT.a(view, R.id.btn_hml_resubmission_documents, "method 'onResubmitDocuments'");
this.c = a3;
a3.setOnClickListener(new gnL(this, hmlOutcomeResubmissionFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomeResubmissionFragment_ViewBinding.5
private HmlOutcomeResubmissionFragment_ViewBinding c;
private HmlOutcomeResubmissionFragment e;
{
this.c = this;
this.e = hmlOutcomeResubmissionFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onResubmitDocuments();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
HmlOutcomeResubmissionFragment hmlOutcomeResubmissionFragment = this.d;
if (hmlOutcomeResubmissionFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
hmlOutcomeResubmissionFragment.dateText = null;
this.e.setOnClickListener(null);
this.e = null;
this.b.setOnClickListener(null);
this.b = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}