45 lines
1.5 KiB
Java
45 lines
1.5 KiB
Java
|
package com.scb.phone.view.fragment.chequemanagement;
|
||
|
|
||
|
import android.view.View;
|
||
|
import com.scb.phone.R;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class ChequeReviewFragment_ViewBinding extends BaseChequeReviewFragment_ViewBinding {
|
||
|
private ChequeReviewFragment c;
|
||
|
private View d;
|
||
|
|
||
|
public ChequeReviewFragment_ViewBinding(ChequeReviewFragment chequeReviewFragment, View view) {
|
||
|
super(chequeReviewFragment, view);
|
||
|
this.c = chequeReviewFragment;
|
||
|
View a = pyT.a(view, R.id.button_confirm, "method 'onConfirmButtonClick'");
|
||
|
this.d = a;
|
||
|
a.setOnClickListener(new gnL(this, chequeReviewFragment) { // from class: com.scb.phone.view.fragment.chequemanagement.ChequeReviewFragment_ViewBinding.1
|
||
|
private ChequeReviewFragment_ViewBinding b;
|
||
|
private ChequeReviewFragment d;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.d = chequeReviewFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.onConfirmButtonClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.chequemanagement.BaseChequeReviewFragment_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();
|
||
|
}
|
||
|
}
|