what-the-bank/sources/com/scb/phone/view/fragment/easycash/EasycashReferralSendDfwFrag...

45 lines
1.6 KiB
Java

package com.scb.phone.view.fragment.easycash;
import android.view.View;
import com.scb.phone.R;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class EasycashReferralSendDfwFragment_ViewBinding extends BaseEasycashReferralSendFragment_ViewBinding {
private View b;
private EasycashReferralSendDfwFragment e;
public EasycashReferralSendDfwFragment_ViewBinding(EasycashReferralSendDfwFragment easycashReferralSendDfwFragment, View view) {
super(easycashReferralSendDfwFragment, view);
this.e = easycashReferralSendDfwFragment;
View a = pyT.a(view, R.id.button_send, "method 'onSendButtonClick'");
this.b = a;
a.setOnClickListener(new gnL(this, easycashReferralSendDfwFragment) { // from class: com.scb.phone.view.fragment.easycash.EasycashReferralSendDfwFragment_ViewBinding.3
private EasycashReferralSendDfwFragment_ViewBinding c;
private EasycashReferralSendDfwFragment e;
{
this.c = this;
this.e = easycashReferralSendDfwFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onSendButtonClick();
}
});
}
@Override // com.scb.phone.view.fragment.easycash.BaseEasycashReferralSendFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
if (this.e == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
this.b.setOnClickListener(null);
this.b = null;
super.a();
}
}