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

41 lines
2.1 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.LinearLayout;
import android.widget.TextView;
import butterknife.Unbinder;
import com.scb.phone.R;
import o.pyT;
/* loaded from: classes5.dex */
public class CustomScheduleFundItem_ViewBinding implements Unbinder {
private CustomScheduleFundItem b;
public CustomScheduleFundItem_ViewBinding(CustomScheduleFundItem customScheduleFundItem, View view) {
this.b = customScheduleFundItem;
customScheduleFundItem.effectiveLayout = (LinearLayout) pyT.e(view, R.id.effective_layout, "field 'effectiveLayout'", LinearLayout.class);
customScheduleFundItem.effectiveLabel = (TextView) pyT.e(view, R.id.effective_label, "field 'effectiveLabel'", TextView.class);
customScheduleFundItem.transferLayout = (LinearLayout) pyT.e(view, R.id.transaction_layout, "field 'transferLayout'", LinearLayout.class);
customScheduleFundItem.effectiveText = (TextView) pyT.e(view, R.id.effective_text, "field 'effectiveText'", TextView.class);
customScheduleFundItem.effectiveDescription = (TextView) pyT.e(view, R.id.effective_description, "field 'effectiveDescription'", TextView.class);
customScheduleFundItem.transactionLabel = (TextView) pyT.e(view, R.id.transaction_label, "field 'transactionLabel'", TextView.class);
customScheduleFundItem.transactionText = (TextView) pyT.e(view, R.id.transaction_text, "field 'transactionText'", TextView.class);
}
@Override // butterknife.Unbinder
public final void a() {
CustomScheduleFundItem customScheduleFundItem = this.b;
if (customScheduleFundItem == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
customScheduleFundItem.effectiveLayout = null;
customScheduleFundItem.effectiveLabel = null;
customScheduleFundItem.transferLayout = null;
customScheduleFundItem.effectiveText = null;
customScheduleFundItem.effectiveDescription = null;
customScheduleFundItem.transactionLabel = null;
customScheduleFundItem.transactionText = null;
}
}