what-the-bank/sources/com/scb/phone/view/custom/common/CustomMerchantRecentTransac...

32 lines
1.4 KiB
Java

package com.scb.phone.view.custom.common;
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 CustomMerchantRecentTransaction_ViewBinding implements Unbinder {
private CustomMerchantRecentTransaction e;
public CustomMerchantRecentTransaction_ViewBinding(CustomMerchantRecentTransaction customMerchantRecentTransaction, View view) {
this.e = customMerchantRecentTransaction;
customMerchantRecentTransaction.borderView = pyT.a(view, R.id.border, "field 'borderView'");
customMerchantRecentTransaction.dateTextView = (TextView) pyT.e(view, R.id.recent_transaction_date_text_view, "field 'dateTextView'", TextView.class);
customMerchantRecentTransaction.valueTextView = (TextView) pyT.e(view, R.id.recent_transaction_value_text_view, "field 'valueTextView'", TextView.class);
}
@Override // butterknife.Unbinder
public final void a() {
CustomMerchantRecentTransaction customMerchantRecentTransaction = this.e;
if (customMerchantRecentTransaction == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
customMerchantRecentTransaction.borderView = null;
customMerchantRecentTransaction.dateTextView = null;
customMerchantRecentTransaction.valueTextView = null;
}
}