what-the-bank/sources/com/scb/phone/view/custom/hml/CustomDecimalAmountVerifica...

31 lines
1.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.custom.hml;
import android.view.View;
import android.widget.LinearLayout;
import butterknife.Unbinder;
import com.scb.phone.R;
import com.scb.phone.view.custom.common.CustomEditText;
import o.pyT;
/* loaded from: classes5.dex */
public final class CustomDecimalAmountVerification_ViewBinding implements Unbinder {
private CustomDecimalAmountVerification c;
public CustomDecimalAmountVerification_ViewBinding(CustomDecimalAmountVerification customDecimalAmountVerification, View view) {
this.c = customDecimalAmountVerification;
customDecimalAmountVerification.container = (LinearLayout) pyT.e(view, R.id.ll_container, "field 'container'", LinearLayout.class);
customDecimalAmountVerification.editText = (CustomEditText) pyT.e(view, R.id.et_decimal_amount_code, "field 'editText'", CustomEditText.class);
}
@Override // butterknife.Unbinder
public final void a() {
CustomDecimalAmountVerification customDecimalAmountVerification = this.c;
if (customDecimalAmountVerification == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
customDecimalAmountVerification.container = null;
customDecimalAmountVerification.editText = null;
}
}