96 lines
4.1 KiB
Java
96 lines
4.1 KiB
Java
|
package com.scb.phone.view.fragment.hml;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
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 HmlOutcomeCounterOfferFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private HmlOutcomeCounterOfferFragment b;
|
||
|
private View c;
|
||
|
private View d;
|
||
|
private View e;
|
||
|
|
||
|
public HmlOutcomeCounterOfferFragment_ViewBinding(HmlOutcomeCounterOfferFragment hmlOutcomeCounterOfferFragment, View view) {
|
||
|
super(hmlOutcomeCounterOfferFragment, view);
|
||
|
this.b = hmlOutcomeCounterOfferFragment;
|
||
|
hmlOutcomeCounterOfferFragment.headerBackground = (ImageView) pyT.e(view, R.id.iv_counter_background, "field 'headerBackground'", ImageView.class);
|
||
|
hmlOutcomeCounterOfferFragment.recyclerView = (RecyclerView) pyT.e(view, R.id.rv_offers, "field 'recyclerView'", RecyclerView.class);
|
||
|
hmlOutcomeCounterOfferFragment.dateText = (TextView) pyT.e(view, R.id.tv_date, "field 'dateText'", TextView.class);
|
||
|
hmlOutcomeCounterOfferFragment.hourRemarkText = (TextView) pyT.e(view, R.id.tv_hml_hour_remark, "field 'hourRemarkText'", TextView.class);
|
||
|
View a = pyT.a(view, R.id.bt_return_home, "method 'onButtonReturnHomeClicked'");
|
||
|
this.e = a;
|
||
|
a.setOnClickListener(new gnL(this, hmlOutcomeCounterOfferFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomeCounterOfferFragment_ViewBinding.4
|
||
|
private HmlOutcomeCounterOfferFragment_ViewBinding a;
|
||
|
private HmlOutcomeCounterOfferFragment c;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.c = hmlOutcomeCounterOfferFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.onButtonReturnHomeClicked(view2);
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.bt_decline_all, "method 'onButtonDeclineAllClicked'");
|
||
|
this.d = a2;
|
||
|
a2.setOnClickListener(new gnL(this, hmlOutcomeCounterOfferFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomeCounterOfferFragment_ViewBinding.3
|
||
|
private HmlOutcomeCounterOfferFragment_ViewBinding b;
|
||
|
private HmlOutcomeCounterOfferFragment c;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.c = hmlOutcomeCounterOfferFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.onButtonDeclineAllClicked(view2);
|
||
|
}
|
||
|
});
|
||
|
View a3 = pyT.a(view, R.id.bt_hml_contact_call_center, "method 'onContactCallCenter'");
|
||
|
this.c = a3;
|
||
|
a3.setOnClickListener(new gnL(this, hmlOutcomeCounterOfferFragment) { // from class: com.scb.phone.view.fragment.hml.HmlOutcomeCounterOfferFragment_ViewBinding.5
|
||
|
private HmlOutcomeCounterOfferFragment b;
|
||
|
private HmlOutcomeCounterOfferFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.b = hmlOutcomeCounterOfferFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.onContactCallCenter(view2);
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
HmlOutcomeCounterOfferFragment hmlOutcomeCounterOfferFragment = this.b;
|
||
|
if (hmlOutcomeCounterOfferFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
hmlOutcomeCounterOfferFragment.headerBackground = null;
|
||
|
hmlOutcomeCounterOfferFragment.recyclerView = null;
|
||
|
hmlOutcomeCounterOfferFragment.dateText = null;
|
||
|
hmlOutcomeCounterOfferFragment.hourRemarkText = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|