65 lines
3.0 KiB
Java
65 lines
3.0 KiB
Java
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 BilledTabFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private View d;
|
|
private BilledTabFragment e;
|
|
|
|
public BilledTabFragment_ViewBinding(BilledTabFragment billedTabFragment, View view) {
|
|
super(billedTabFragment, view);
|
|
this.e = billedTabFragment;
|
|
billedTabFragment.mRecyclerView = (RecyclerView) pyT.e(view, R.id.billed_recycler_view, "field 'mRecyclerView'", RecyclerView.class);
|
|
billedTabFragment.mShowMessages = (TextView) pyT.e(view, R.id.credit_card_billed_error, "field 'mShowMessages'", TextView.class);
|
|
billedTabFragment.mEmptyTitle = (TextView) pyT.e(view, R.id.empty_title_text_view, "field 'mEmptyTitle'", TextView.class);
|
|
billedTabFragment.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'");
|
|
billedTabFragment.mEmptyImage = (ImageView) pyT.c(a, R.id.empty_button_image_view, "field 'mEmptyImage'", ImageView.class);
|
|
this.d = a;
|
|
a.setOnClickListener(new gnL(this, billedTabFragment) { // from class: com.scb.phone.view.fragment.creditcard.BilledTabFragment_ViewBinding.4
|
|
private BilledTabFragment c;
|
|
private BilledTabFragment_ViewBinding e;
|
|
|
|
{
|
|
this.e = this;
|
|
this.c = billedTabFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.c.onClick();
|
|
}
|
|
});
|
|
billedTabFragment.mContainerRelativeLayout = (RelativeLayout) pyT.e(view, R.id.empty_container_relative_layout, "field 'mContainerRelativeLayout'", RelativeLayout.class);
|
|
billedTabFragment.mEmptyCenterTitle = (TextView) pyT.e(view, R.id.empty_title_center_text_view, "field 'mEmptyCenterTitle'", TextView.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
BilledTabFragment billedTabFragment = this.e;
|
|
if (billedTabFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.e = null;
|
|
billedTabFragment.mRecyclerView = null;
|
|
billedTabFragment.mShowMessages = null;
|
|
billedTabFragment.mEmptyTitle = null;
|
|
billedTabFragment.mEmptyDescription = null;
|
|
billedTabFragment.mEmptyImage = null;
|
|
billedTabFragment.mContainerRelativeLayout = null;
|
|
billedTabFragment.mEmptyCenterTitle = null;
|
|
this.d.setOnClickListener(null);
|
|
this.d = null;
|
|
super.a();
|
|
}
|
|
}
|