65 lines
3.0 KiB
Java
65 lines
3.0 KiB
Java
|
package com.scb.phone.view.fragment.transferandpay;
|
||
|
|
||
|
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 BaseBillersFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private BaseBillersFragment b;
|
||
|
private View c;
|
||
|
|
||
|
public BaseBillersFragment_ViewBinding(BaseBillersFragment baseBillersFragment, View view) {
|
||
|
super(baseBillersFragment, view);
|
||
|
this.b = baseBillersFragment;
|
||
|
baseBillersFragment.mRecyclerView = (RecyclerView) pyT.e(view, R.id.billers_grid_view, "field 'mRecyclerView'", RecyclerView.class);
|
||
|
View a = pyT.a(view, R.id.empty_container_relative_layout, "field 'mEmptyCard' and method 'onEmptyLayoutClick'");
|
||
|
baseBillersFragment.mEmptyCard = (RelativeLayout) pyT.c(a, R.id.empty_container_relative_layout, "field 'mEmptyCard'", RelativeLayout.class);
|
||
|
this.c = a;
|
||
|
a.setOnClickListener(new gnL(this, baseBillersFragment) { // from class: com.scb.phone.view.fragment.transferandpay.BaseBillersFragment_ViewBinding.5
|
||
|
private BaseBillersFragment b;
|
||
|
private BaseBillersFragment_ViewBinding d;
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
this.b = baseBillersFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.onEmptyLayoutClick();
|
||
|
}
|
||
|
});
|
||
|
baseBillersFragment.mEmptyTitle = (TextView) pyT.e(view, R.id.empty_title_text_view, "field 'mEmptyTitle'", TextView.class);
|
||
|
baseBillersFragment.mEmptyDescription = (TextView) pyT.e(view, R.id.empty_description_text_view, "field 'mEmptyDescription'", TextView.class);
|
||
|
baseBillersFragment.mEmptyImage = (ImageView) pyT.e(view, R.id.empty_button_image_view, "field 'mEmptyImage'", ImageView.class);
|
||
|
baseBillersFragment.mFooterView = pyT.a(view, R.id.footer_view, "field 'mFooterView'");
|
||
|
baseBillersFragment.mDividerView = pyT.a(view, R.id.footer_divider_view, "field 'mDividerView'");
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public void a() {
|
||
|
BaseBillersFragment baseBillersFragment = this.b;
|
||
|
if (baseBillersFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
baseBillersFragment.mRecyclerView = null;
|
||
|
baseBillersFragment.mEmptyCard = null;
|
||
|
baseBillersFragment.mEmptyTitle = null;
|
||
|
baseBillersFragment.mEmptyDescription = null;
|
||
|
baseBillersFragment.mEmptyImage = null;
|
||
|
baseBillersFragment.mFooterView = null;
|
||
|
baseBillersFragment.mDividerView = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|