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

87 lines
4.2 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 HmlOutcomePendingFragment_ViewBinding extends BaseFragment_ViewBinding {
private View c;
private HmlOutcomePendingFragment d;
private View e;
public HmlOutcomePendingFragment_ViewBinding(HmlOutcomePendingFragment hmlOutcomePendingFragment, View view) {
super(hmlOutcomePendingFragment, view);
this.d = hmlOutcomePendingFragment;
hmlOutcomePendingFragment.title = (TextView) pyT.e(view, R.id.tv_hml_pending_title, "field 'title'", TextView.class);
hmlOutcomePendingFragment.subtitle = (TextView) pyT.e(view, R.id.tv_hml_pending_subtitle, "field 'subtitle'", TextView.class);
hmlOutcomePendingFragment.dateText = (TextView) pyT.e(view, R.id.tv_hml_pending_date, "field 'dateText'", TextView.class);
hmlOutcomePendingFragment.statusHeader = (TextView) pyT.e(view, R.id.passport_info_title, "field 'statusHeader'", TextView.class);
hmlOutcomePendingFragment.statusFirst = (TextView) pyT.e(view, R.id.text_scan_id, "field 'statusFirst'", TextView.class);
hmlOutcomePendingFragment.statusSecond = (TextView) pyT.e(view, R.id.text_scan_passport, "field 'statusSecond'", TextView.class);
hmlOutcomePendingFragment.statusThird = (TextView) pyT.e(view, R.id.text_liveness_check, "field 'statusThird'", TextView.class);
hmlOutcomePendingFragment.notificationHeader = (TextView) pyT.e(view, R.id.tv_notification_header, "field 'notificationHeader'", TextView.class);
hmlOutcomePendingFragment.notificationText = (TextView) pyT.e(view, R.id.tv_notification_text, "field 'notificationText'", TextView.class);
hmlOutcomePendingFragment.contactInfo = (TextView) pyT.e(view, R.id.tv_contact, "field 'contactInfo'", TextView.class);
View a = pyT.a(view, R.id.bt_return_home, "method 'onButtonReturnHomeClicked'");
this.e = a;
a.setOnClickListener(new gnL(this, hmlOutcomePendingFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomePendingFragment_ViewBinding.1
private HmlOutcomePendingFragment d;
private HmlOutcomePendingFragment_ViewBinding e;
{
this.e = this;
this.d = hmlOutcomePendingFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onButtonReturnHomeClicked(view2);
}
});
View a2 = pyT.a(view, R.id.bt_hml_contact_call_center, "method 'onContactCallCenter'");
this.c = a2;
a2.setOnClickListener(new gnL(this, hmlOutcomePendingFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomePendingFragment_ViewBinding.4
private HmlOutcomePendingFragment_ViewBinding b;
private HmlOutcomePendingFragment c;
{
this.b = this;
this.c = hmlOutcomePendingFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.onContactCallCenter(view2);
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
HmlOutcomePendingFragment hmlOutcomePendingFragment = this.d;
if (hmlOutcomePendingFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
hmlOutcomePendingFragment.title = null;
hmlOutcomePendingFragment.subtitle = null;
hmlOutcomePendingFragment.dateText = null;
hmlOutcomePendingFragment.statusHeader = null;
hmlOutcomePendingFragment.statusFirst = null;
hmlOutcomePendingFragment.statusSecond = null;
hmlOutcomePendingFragment.statusThird = null;
hmlOutcomePendingFragment.notificationHeader = null;
hmlOutcomePendingFragment.notificationText = null;
hmlOutcomePendingFragment.contactInfo = null;
this.e.setOnClickListener(null);
this.e = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}