56 lines
2.4 KiB
Java
56 lines
2.4 KiB
Java
package com.scb.phone.view.activity.fastpay;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.TextView;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
|
|
import com.scb.phone.view.custom.common.CustomDeltaInput;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public class FastPaySettingActivity_ViewBinding extends BaseActivity_ViewBinding {
|
|
private View d;
|
|
private FastPaySettingActivity e;
|
|
|
|
public FastPaySettingActivity_ViewBinding(FastPaySettingActivity fastPaySettingActivity, View view) {
|
|
super(fastPaySettingActivity, view);
|
|
this.e = fastPaySettingActivity;
|
|
fastPaySettingActivity.textFastPaySettingLimit = (TextView) pyT.e(view, R.id.text_fast_pay_setting_limit, "field 'textFastPaySettingLimit'", TextView.class);
|
|
fastPaySettingActivity.cdiFastPaySettingLimitAmount = (CustomDeltaInput) pyT.e(view, R.id.cdi_fast_pay_setting_limit_amount, "field 'cdiFastPaySettingLimitAmount'", CustomDeltaInput.class);
|
|
View a = pyT.a(view, R.id.btn_action, "field 'btnAction' and method 'onSaveButtonClick'");
|
|
fastPaySettingActivity.btnAction = (Button) pyT.c(a, R.id.btn_action, "field 'btnAction'", Button.class);
|
|
this.d = a;
|
|
a.setOnClickListener(new gnL(this, fastPaySettingActivity) { // from class: com.scb.phone.view.activity.fastpay.FastPaySettingActivity_ViewBinding.1
|
|
private FastPaySettingActivity_ViewBinding b;
|
|
private FastPaySettingActivity e;
|
|
|
|
{
|
|
this.b = this;
|
|
this.e = fastPaySettingActivity;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.e.onSaveButtonClick(view2);
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
FastPaySettingActivity fastPaySettingActivity = this.e;
|
|
if (fastPaySettingActivity == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.e = null;
|
|
fastPaySettingActivity.textFastPaySettingLimit = null;
|
|
fastPaySettingActivity.cdiFastPaySettingLimitAmount = null;
|
|
fastPaySettingActivity.btnAction = null;
|
|
this.d.setOnClickListener(null);
|
|
this.d = null;
|
|
super.a();
|
|
}
|
|
}
|