what-the-bank/sources/com/scb/phone/view/fragment/ebillsubscription/EBillSubscriptionFragment_V...

56 lines
2.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.ebillsubscription;
import android.view.View;
import android.widget.TextView;
import androidx.core.widget.NestedScrollView;
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 EBillSubscriptionFragment_ViewBinding extends BaseFragment_ViewBinding {
private View c;
private EBillSubscriptionFragment e;
public EBillSubscriptionFragment_ViewBinding(EBillSubscriptionFragment eBillSubscriptionFragment, View view) {
super(eBillSubscriptionFragment, view);
this.e = eBillSubscriptionFragment;
eBillSubscriptionFragment.recyclerView = (RecyclerView) pyT.e(view, R.id.ebill_subscription_recycler_view, "field 'recyclerView'", RecyclerView.class);
eBillSubscriptionFragment.scrollView = (NestedScrollView) pyT.e(view, R.id.scroll_view, "field 'scrollView'", NestedScrollView.class);
eBillSubscriptionFragment.noEBillSubscriptionTextView = (TextView) pyT.e(view, R.id.no_ebill_subscription_textview, "field 'noEBillSubscriptionTextView'", TextView.class);
View a = pyT.a(view, R.id.button_new_subscription, "method 'onButtonNewSubscriptionClick'");
this.c = a;
a.setOnClickListener(new gnL(this, eBillSubscriptionFragment) { // from class: com.scb.phone.view.fragment.ebillsubscription.EBillSubscriptionFragment_ViewBinding.4
private EBillSubscriptionFragment_ViewBinding a;
private EBillSubscriptionFragment e;
{
this.a = this;
this.e = eBillSubscriptionFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onButtonNewSubscriptionClick();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
EBillSubscriptionFragment eBillSubscriptionFragment = this.e;
if (eBillSubscriptionFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
eBillSubscriptionFragment.recyclerView = null;
eBillSubscriptionFragment.scrollView = null;
eBillSubscriptionFragment.noEBillSubscriptionTextView = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}