33 lines
1.3 KiB
Java
33 lines
1.3 KiB
Java
package com.scb.phone.view.fragment.investment;
|
|
|
|
import android.view.View;
|
|
import android.widget.TextView;
|
|
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 MyFundsFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private MyFundsFragment d;
|
|
|
|
public MyFundsFragment_ViewBinding(MyFundsFragment myFundsFragment, View view) {
|
|
super(myFundsFragment, view);
|
|
this.d = myFundsFragment;
|
|
myFundsFragment.recyclerView = (RecyclerView) pyT.e(view, R.id.investment_details_my_funds_recycler_view, "field 'recyclerView'", RecyclerView.class);
|
|
myFundsFragment.errorTextView = (TextView) pyT.e(view, R.id.investment_details_my_funds_error, "field 'errorTextView'", TextView.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
MyFundsFragment myFundsFragment = this.d;
|
|
if (myFundsFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
myFundsFragment.recyclerView = null;
|
|
myFundsFragment.errorTextView = null;
|
|
super.a();
|
|
}
|
|
}
|