65 lines
2.2 KiB
Java
65 lines
2.2 KiB
Java
|
package com.scb.phone.view.fragment.transferandpay;
|
||
|
|
||
|
import android.view.View;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class TransferAndPayFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private View b;
|
||
|
private TransferAndPayFragment d;
|
||
|
private View e;
|
||
|
|
||
|
public TransferAndPayFragment_ViewBinding(TransferAndPayFragment transferAndPayFragment, View view) {
|
||
|
super(transferAndPayFragment, view);
|
||
|
this.d = transferAndPayFragment;
|
||
|
View a = pyT.a(view, R.id.button_new, "method 'onNewTransactionClick'");
|
||
|
this.b = a;
|
||
|
a.setOnClickListener(new gnL(this, transferAndPayFragment) { // from class: com.scb.phone.view.fragment.transferandpay.TransferAndPayFragment_ViewBinding.1
|
||
|
private TransferAndPayFragment_ViewBinding a;
|
||
|
private TransferAndPayFragment e;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.e = transferAndPayFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.onNewTransactionClick();
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.button_scan, "method 'onBarcodeScanClick'");
|
||
|
this.e = a2;
|
||
|
a2.setOnClickListener(new gnL(this, transferAndPayFragment) { // from class: com.scb.phone.view.fragment.transferandpay.TransferAndPayFragment_ViewBinding.5
|
||
|
private TransferAndPayFragment_ViewBinding a;
|
||
|
private TransferAndPayFragment c;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.c = transferAndPayFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.onBarcodeScanClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
if (this.d == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|