62 lines
2.9 KiB
Java
62 lines
2.9 KiB
Java
|
package com.scb.phone.view.fragment.bankingagent;
|
||
|
|
||
|
import android.view.View;
|
||
|
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 BaseBankingAgentsFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private BaseBankingAgentsFragment c;
|
||
|
private View e;
|
||
|
|
||
|
public BaseBankingAgentsFragment_ViewBinding(BaseBankingAgentsFragment baseBankingAgentsFragment, View view) {
|
||
|
super(baseBankingAgentsFragment, view);
|
||
|
this.c = baseBankingAgentsFragment;
|
||
|
baseBankingAgentsFragment.mRecyclerView = (RecyclerView) pyT.e(view, R.id.agents_grid_view, "field 'mRecyclerView'", RecyclerView.class);
|
||
|
View a = pyT.a(view, R.id.empty_container_relative_layout, "field 'mEmptyCard' and method 'onEmptyLayoutClick'");
|
||
|
baseBankingAgentsFragment.mEmptyCard = (RelativeLayout) pyT.c(a, R.id.empty_container_relative_layout, "field 'mEmptyCard'", RelativeLayout.class);
|
||
|
this.e = a;
|
||
|
a.setOnClickListener(new gnL(this, baseBankingAgentsFragment) { // from class: com.scb.phone.view.fragment.bankingagent.BaseBankingAgentsFragment_ViewBinding.1
|
||
|
private BaseBankingAgentsFragment_ViewBinding c;
|
||
|
private BaseBankingAgentsFragment e;
|
||
|
|
||
|
{
|
||
|
this.c = this;
|
||
|
this.e = baseBankingAgentsFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.onEmptyLayoutClick();
|
||
|
}
|
||
|
});
|
||
|
baseBankingAgentsFragment.mEmptyTitle = (TextView) pyT.e(view, R.id.empty_title_text_view, "field 'mEmptyTitle'", TextView.class);
|
||
|
baseBankingAgentsFragment.mEmptyDescription = (TextView) pyT.e(view, R.id.empty_description_text_view, "field 'mEmptyDescription'", TextView.class);
|
||
|
baseBankingAgentsFragment.mFooterView = pyT.a(view, R.id.footer_view, "field 'mFooterView'");
|
||
|
baseBankingAgentsFragment.mTopView = pyT.a(view, R.id.top_view, "field 'mTopView'");
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
BaseBankingAgentsFragment baseBankingAgentsFragment = this.c;
|
||
|
if (baseBankingAgentsFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.c = null;
|
||
|
baseBankingAgentsFragment.mRecyclerView = null;
|
||
|
baseBankingAgentsFragment.mEmptyCard = null;
|
||
|
baseBankingAgentsFragment.mEmptyTitle = null;
|
||
|
baseBankingAgentsFragment.mEmptyDescription = null;
|
||
|
baseBankingAgentsFragment.mFooterView = null;
|
||
|
baseBankingAgentsFragment.mTopView = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|