53 lines
2.0 KiB
Java
53 lines
2.0 KiB
Java
package com.scb.phone.view.activity.cardmanagement;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.ImageView;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public class SaveSlipBaseActivity_ViewBinding extends BaseActivity_ViewBinding {
|
|
private View c;
|
|
private SaveSlipBaseActivity e;
|
|
|
|
public SaveSlipBaseActivity_ViewBinding(SaveSlipBaseActivity saveSlipBaseActivity, View view) {
|
|
super(saveSlipBaseActivity, view);
|
|
this.e = saveSlipBaseActivity;
|
|
saveSlipBaseActivity.imvSlipCurl = (ImageView) pyT.e(view, R.id.imv_slip_curl, "field 'imvSlipCurl'", ImageView.class);
|
|
View a = pyT.a(view, R.id.save_slip, "field 'btnSaveSlip' and method 'onSaveSlipClick'");
|
|
saveSlipBaseActivity.btnSaveSlip = (Button) pyT.c(a, R.id.save_slip, "field 'btnSaveSlip'", Button.class);
|
|
this.c = a;
|
|
a.setOnClickListener(new gnL(this, saveSlipBaseActivity) { // from class: com.scb.phone.view.activity.cardmanagement.SaveSlipBaseActivity_ViewBinding.3
|
|
private SaveSlipBaseActivity a;
|
|
private SaveSlipBaseActivity_ViewBinding d;
|
|
|
|
{
|
|
this.d = this;
|
|
this.a = saveSlipBaseActivity;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.a.onSaveSlipClick();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
|
public void a() {
|
|
SaveSlipBaseActivity saveSlipBaseActivity = this.e;
|
|
if (saveSlipBaseActivity == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.e = null;
|
|
saveSlipBaseActivity.imvSlipCurl = null;
|
|
saveSlipBaseActivity.btnSaveSlip = null;
|
|
this.c.setOnClickListener(null);
|
|
this.c = null;
|
|
super.a();
|
|
}
|
|
}
|