69 lines
2.4 KiB
Java
69 lines
2.4 KiB
Java
package com.scb.phone.view.activity.transferandpay;
|
|
|
|
import android.view.View;
|
|
import android.widget.LinearLayout;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class PullSlipActivity_ViewBinding extends BaseActivity_ViewBinding {
|
|
private PullSlipActivity c;
|
|
private View d;
|
|
private View e;
|
|
|
|
public PullSlipActivity_ViewBinding(PullSlipActivity pullSlipActivity, View view) {
|
|
super(pullSlipActivity, view);
|
|
this.c = pullSlipActivity;
|
|
pullSlipActivity.mContainer = (LinearLayout) pyT.e(view, R.id.ll_item_container, "field 'mContainer'", LinearLayout.class);
|
|
View a = pyT.a(view, R.id.btn_scan_qr_again, "method 'btnScanAgainClicked'");
|
|
this.d = a;
|
|
a.setOnClickListener(new gnL(this, pullSlipActivity) { // from class: com.scb.phone.view.activity.transferandpay.PullSlipActivity_ViewBinding.2
|
|
private PullSlipActivity a;
|
|
private PullSlipActivity_ViewBinding d;
|
|
|
|
{
|
|
this.d = this;
|
|
this.a = pullSlipActivity;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.a.btnScanAgainClicked();
|
|
}
|
|
});
|
|
View a2 = pyT.a(view, R.id.return_button, "method 'btnReturnClicked'");
|
|
this.e = a2;
|
|
a2.setOnClickListener(new gnL(this, pullSlipActivity) { // from class: com.scb.phone.view.activity.transferandpay.PullSlipActivity_ViewBinding.5
|
|
private PullSlipActivity_ViewBinding a;
|
|
private PullSlipActivity e;
|
|
|
|
{
|
|
this.a = this;
|
|
this.e = pullSlipActivity;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.e.btnReturnClicked();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
PullSlipActivity pullSlipActivity = this.c;
|
|
if (pullSlipActivity == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.c = null;
|
|
pullSlipActivity.mContainer = null;
|
|
this.d.setOnClickListener(null);
|
|
this.d = null;
|
|
this.e.setOnClickListener(null);
|
|
this.e = null;
|
|
super.a();
|
|
}
|
|
}
|