52 lines
2.0 KiB
Java
52 lines
2.0 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.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class OutgoingFragment_ViewBinding extends BaseRequestToPayFragment_ViewBinding {
|
||
|
private View b;
|
||
|
private OutgoingFragment d;
|
||
|
|
||
|
public OutgoingFragment_ViewBinding(OutgoingFragment outgoingFragment, View view) {
|
||
|
super(outgoingFragment, view);
|
||
|
this.d = outgoingFragment;
|
||
|
outgoingFragment.emptyOutgoingTextView = (TextView) pyT.e(view, R.id.no_outgoing_request_textview, "field 'emptyOutgoingTextView'", TextView.class);
|
||
|
outgoingFragment.outgoingRecyclerView = (RecyclerView) pyT.e(view, R.id.outgoing_recycler_view, "field 'outgoingRecyclerView'", RecyclerView.class);
|
||
|
View a = pyT.a(view, R.id.button_new_request, "method 'onNewRequestClick'");
|
||
|
this.b = a;
|
||
|
a.setOnClickListener(new gnL(this, outgoingFragment) { // from class: com.scb.phone.view.fragment.requesttopay.OutgoingFragment_ViewBinding.4
|
||
|
private OutgoingFragment a;
|
||
|
private OutgoingFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.a = outgoingFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.a.onNewRequestClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.requesttopay.BaseRequestToPayFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
OutgoingFragment outgoingFragment = this.d;
|
||
|
if (outgoingFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
outgoingFragment.emptyOutgoingTextView = null;
|
||
|
outgoingFragment.outgoingRecyclerView = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|