what-the-bank/sources/com/scb/phone/view/fragment/pointx/PointXSuccessFragment_ViewB...

46 lines
1.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.pointx;
import android.view.View;
import com.scb.phone.R;
import com.scb.phone.view.fragment.PurchaseSuccessFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public final class PointXSuccessFragment_ViewBinding extends PurchaseSuccessFragment_ViewBinding {
private View b;
private PointXSuccessFragment c;
public PointXSuccessFragment_ViewBinding(PointXSuccessFragment pointXSuccessFragment, View view) {
super(pointXSuccessFragment, view);
this.c = pointXSuccessFragment;
View a = pyT.a(view, R.id.return_button, "method 'onReturnToAccount'");
this.b = a;
a.setOnClickListener(new gnL(this, pointXSuccessFragment) { // from class: com.scb.phone.view.fragment.pointx.PointXSuccessFragment_ViewBinding.1
private PointXSuccessFragment_ViewBinding b;
private PointXSuccessFragment d;
{
this.b = this;
this.d = pointXSuccessFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onReturnToAccount();
}
});
}
@Override // com.scb.phone.view.fragment.PurchaseSuccessFragment_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.b.setOnClickListener(null);
this.b = null;
super.a();
}
}