what-the-bank/sources/com/scb/phone/view/fragment/creditcard/UnbilledTabFragment_ViewBin...

65 lines
3.1 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.creditcard;
import android.view.View;
import android.widget.ImageView;
import android.widget.RelativeLayout;
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 UnbilledTabFragment_ViewBinding extends BaseFragment_ViewBinding {
private View b;
private UnbilledTabFragment c;
public UnbilledTabFragment_ViewBinding(UnbilledTabFragment unbilledTabFragment, View view) {
super(unbilledTabFragment, view);
this.c = unbilledTabFragment;
unbilledTabFragment.mRecyclerView = (RecyclerView) pyT.e(view, R.id.credit_card_unbilled_recycler_view, "field 'mRecyclerView'", RecyclerView.class);
unbilledTabFragment.mShowMessages = (TextView) pyT.e(view, R.id.credit_card_unbilled_error, "field 'mShowMessages'", TextView.class);
unbilledTabFragment.mEmptyTitle = (TextView) pyT.e(view, R.id.empty_title_text_view, "field 'mEmptyTitle'", TextView.class);
unbilledTabFragment.mEmptyCenterTitle = (TextView) pyT.e(view, R.id.empty_title_center_text_view, "field 'mEmptyCenterTitle'", TextView.class);
unbilledTabFragment.mEmptyDescription = (TextView) pyT.e(view, R.id.empty_description_text_view, "field 'mEmptyDescription'", TextView.class);
View a = pyT.a(view, R.id.empty_button_image_view, "field 'mEmptyImage' and method 'onClick'");
unbilledTabFragment.mEmptyImage = (ImageView) pyT.c(a, R.id.empty_button_image_view, "field 'mEmptyImage'", ImageView.class);
this.b = a;
a.setOnClickListener(new gnL(this, unbilledTabFragment) { // from class: com.scb.phone.view.fragment.creditcard.UnbilledTabFragment_ViewBinding.2
private UnbilledTabFragment a;
private UnbilledTabFragment_ViewBinding c;
{
this.c = this;
this.a = unbilledTabFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onClick();
}
});
unbilledTabFragment.mContainerRelativeLayout = (RelativeLayout) pyT.e(view, R.id.empty_container_relative_layout, "field 'mContainerRelativeLayout'", RelativeLayout.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
UnbilledTabFragment unbilledTabFragment = this.c;
if (unbilledTabFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
unbilledTabFragment.mRecyclerView = null;
unbilledTabFragment.mShowMessages = null;
unbilledTabFragment.mEmptyTitle = null;
unbilledTabFragment.mEmptyCenterTitle = null;
unbilledTabFragment.mEmptyDescription = null;
unbilledTabFragment.mEmptyImage = null;
unbilledTabFragment.mContainerRelativeLayout = null;
this.b.setOnClickListener(null);
this.b = null;
super.a();
}
}