what-the-bank/sources/com/scb/phone/view/custom/transferandpay/CustomCardlessWithdrawCodeI...

32 lines
1.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.custom.transferandpay;
import android.view.View;
import android.widget.TextView;
import butterknife.Unbinder;
import com.scb.phone.R;
import o.pyT;
/* loaded from: classes5.dex */
public class CustomCardlessWithdrawCodeItem_ViewBinding implements Unbinder {
private CustomCardlessWithdrawCodeItem b;
public CustomCardlessWithdrawCodeItem_ViewBinding(CustomCardlessWithdrawCodeItem customCardlessWithdrawCodeItem, View view) {
this.b = customCardlessWithdrawCodeItem;
customCardlessWithdrawCodeItem.mWithdrawTextView = (TextView) pyT.e(view, R.id.withdraw_text_view, "field 'mWithdrawTextView'", TextView.class);
customCardlessWithdrawCodeItem.mCodeTextView = (TextView) pyT.e(view, R.id.code_text_view, "field 'mCodeTextView'", TextView.class);
customCardlessWithdrawCodeItem.mDateExpireTextView = (TextView) pyT.e(view, R.id.date_expire_text_view, "field 'mDateExpireTextView'", TextView.class);
}
@Override // butterknife.Unbinder
public final void a() {
CustomCardlessWithdrawCodeItem customCardlessWithdrawCodeItem = this.b;
if (customCardlessWithdrawCodeItem == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
customCardlessWithdrawCodeItem.mWithdrawTextView = null;
customCardlessWithdrawCodeItem.mCodeTextView = null;
customCardlessWithdrawCodeItem.mDateExpireTextView = null;
}
}