what-the-bank/sources/com/scb/phone/view/fragment/help/HelpFragment_ViewBinding.java

30 lines
1014 B
Java

package com.scb.phone.view.fragment.help;
import android.view.View;
import androidx.recyclerview.widget.RecyclerView;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.pyT;
/* loaded from: classes5.dex */
public class HelpFragment_ViewBinding extends BaseFragment_ViewBinding {
private HelpFragment b;
public HelpFragment_ViewBinding(HelpFragment helpFragment, View view) {
super(helpFragment, view);
this.b = helpFragment;
helpFragment.mRecyclerView = (RecyclerView) pyT.e(view, R.id.help_recycler_view, "field 'mRecyclerView'", RecyclerView.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
HelpFragment helpFragment = this.b;
if (helpFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
helpFragment.mRecyclerView = null;
super.a();
}
}