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

45 lines
1.5 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 EasycashReviewFragment_ViewBinding extends EasycashBaseReviewFragment_ViewBinding {
private EasycashReviewFragment c;
private View d;
public EasycashReviewFragment_ViewBinding(EasycashReviewFragment easycashReviewFragment, View view) {
super(easycashReviewFragment, view);
this.c = easycashReviewFragment;
View a = pyT.a(view, R.id.confirm_button, "method 'onConfirmButtonClicked'");
this.d = a;
a.setOnClickListener(new gnL(this, easycashReviewFragment) { // from class: com.scb.phone.view.fragment.easycash.EasycashReviewFragment_ViewBinding.3
private EasycashReviewFragment_ViewBinding a;
private EasycashReviewFragment d;
{
this.a = this;
this.d = easycashReviewFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onConfirmButtonClicked();
}
});
}
@Override // com.scb.phone.view.fragment.easycash.EasycashBaseReviewFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
if (this.c == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
this.d.setOnClickListener(null);
this.d = null;
super.a();
}
}