32 lines
1.3 KiB
Java
32 lines
1.3 KiB
Java
|
package com.scb.phone.view.fragment.requesttopay;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
import com.scb.phone.R;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class IncomingFragment_ViewBinding extends BaseRequestToPayFragment_ViewBinding {
|
||
|
private IncomingFragment b;
|
||
|
|
||
|
public IncomingFragment_ViewBinding(IncomingFragment incomingFragment, View view) {
|
||
|
super(incomingFragment, view);
|
||
|
this.b = incomingFragment;
|
||
|
incomingFragment.emptyIncomingTextView = (TextView) pyT.e(view, R.id.no_incoming_request_textview, "field 'emptyIncomingTextView'", TextView.class);
|
||
|
incomingFragment.incomingRecyclerView = (RecyclerView) pyT.e(view, R.id.incoming_recycler_view, "field 'incomingRecyclerView'", RecyclerView.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.requesttopay.BaseRequestToPayFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
IncomingFragment incomingFragment = this.b;
|
||
|
if (incomingFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
incomingFragment.emptyIncomingTextView = null;
|
||
|
incomingFragment.incomingRecyclerView = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|