30 lines
1.1 KiB
Java
30 lines
1.1 KiB
Java
|
package com.scb.phone.view.fragment.bulktransfer;
|
||
|
|
||
|
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 SelectBankFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private SelectBankFragment d;
|
||
|
|
||
|
public SelectBankFragment_ViewBinding(SelectBankFragment selectBankFragment, View view) {
|
||
|
super(selectBankFragment, view);
|
||
|
this.d = selectBankFragment;
|
||
|
selectBankFragment.recyclerView = (RecyclerView) pyT.e(view, R.id.recycler_view, "field 'recyclerView'", RecyclerView.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
SelectBankFragment selectBankFragment = this.d;
|
||
|
if (selectBankFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
selectBankFragment.recyclerView = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|