31 lines
1.3 KiB
Java
31 lines
1.3 KiB
Java
|
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;
|
||
|
}
|
||
|
}
|