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

83 lines
3.9 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.ImageView;
import android.widget.TextView;
import androidx.cardview.widget.CardView;
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 HmlOutcomeRejectFragment_ViewBinding extends BaseFragment_ViewBinding {
private View c;
private HmlOutcomeRejectFragment d;
private View e;
public HmlOutcomeRejectFragment_ViewBinding(HmlOutcomeRejectFragment hmlOutcomeRejectFragment, View view) {
super(hmlOutcomeRejectFragment, view);
this.d = hmlOutcomeRejectFragment;
hmlOutcomeRejectFragment.background = (ImageView) pyT.e(view, R.id.iv_background, "field 'background'", ImageView.class);
hmlOutcomeRejectFragment.healthSection = (CardView) pyT.e(view, R.id.cv_hml_outcome_rejected_health_section, "field 'healthSection'", CardView.class);
hmlOutcomeRejectFragment.financialHealthTitleTv = (TextView) pyT.e(view, R.id.tv_financial_health_title, "field 'financialHealthTitleTv'", TextView.class);
hmlOutcomeRejectFragment.financialHealthDescriptionTv = (TextView) pyT.e(view, R.id.tv_financial_health_description, "field 'financialHealthDescriptionTv'", TextView.class);
hmlOutcomeRejectFragment.rejectRemark = (TextView) pyT.e(view, R.id.tv_outcome_reject_remark, "field 'rejectRemark'", TextView.class);
hmlOutcomeRejectFragment.reapplyDateTime = (TextView) pyT.e(view, R.id.tv_reapply_date_time, "field 'reapplyDateTime'", TextView.class);
hmlOutcomeRejectFragment.rejectedBackground = (ImageView) pyT.e(view, R.id.iv_hml_outcome_rejected_background_health, "field 'rejectedBackground'", ImageView.class);
View a = pyT.a(view, R.id.btn_hml_outcome_rejected_learn_more, "method 'onLearnMoreButtonClicked'");
this.e = a;
a.setOnClickListener(new gnL(this, hmlOutcomeRejectFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomeRejectFragment_ViewBinding.4
private HmlOutcomeRejectFragment a;
private HmlOutcomeRejectFragment_ViewBinding e;
{
this.e = this;
this.a = hmlOutcomeRejectFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onLearnMoreButtonClicked();
}
});
View a2 = pyT.a(view, R.id.bt_return_home, "method 'onButtonReturnHomeClicked'");
this.c = a2;
a2.setOnClickListener(new gnL(this, hmlOutcomeRejectFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomeRejectFragment_ViewBinding.1
private HmlOutcomeRejectFragment a;
private HmlOutcomeRejectFragment_ViewBinding b;
{
this.b = this;
this.a = hmlOutcomeRejectFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onButtonReturnHomeClicked(view2);
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
HmlOutcomeRejectFragment hmlOutcomeRejectFragment = this.d;
if (hmlOutcomeRejectFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
hmlOutcomeRejectFragment.background = null;
hmlOutcomeRejectFragment.healthSection = null;
hmlOutcomeRejectFragment.financialHealthTitleTv = null;
hmlOutcomeRejectFragment.financialHealthDescriptionTv = null;
hmlOutcomeRejectFragment.rejectRemark = null;
hmlOutcomeRejectFragment.reapplyDateTime = null;
hmlOutcomeRejectFragment.rejectedBackground = null;
this.e.setOnClickListener(null);
this.e = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}