what-the-bank/sources/com/scb/phone/view/custom/item/ItemComplexInterestCustom_V...

38 lines
1.8 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.custom.item;
import android.view.View;
import android.widget.FrameLayout;
import android.widget.TextView;
import androidx.recyclerview.widget.RecyclerView;
import butterknife.Unbinder;
import com.scb.phone.R;
import o.pyT;
/* loaded from: classes5.dex */
public final class ItemComplexInterestCustom_ViewBinding implements Unbinder {
private ItemComplexInterestCustom b;
public ItemComplexInterestCustom_ViewBinding(ItemComplexInterestCustom itemComplexInterestCustom, View view) {
this.b = itemComplexInterestCustom;
itemComplexInterestCustom.divider = (FrameLayout) pyT.e(view, R.id.fl_divider, "field 'divider'", FrameLayout.class);
itemComplexInterestCustom.promo = (TextView) pyT.e(view, R.id.tv_tierpricingsimple_promo, "field 'promo'", TextView.class);
itemComplexInterestCustom.title = (TextView) pyT.e(view, R.id.tv_tierpricingsimple_title, "field 'title'", TextView.class);
itemComplexInterestCustom.installments = (RecyclerView) pyT.e(view, R.id.rv_tierpricingsimple_installments, "field 'installments'", RecyclerView.class);
itemComplexInterestCustom.remark = (TextView) pyT.e(view, R.id.tv_tierpricingsimple_remark, "field 'remark'", TextView.class);
}
@Override // butterknife.Unbinder
public final void a() {
ItemComplexInterestCustom itemComplexInterestCustom = this.b;
if (itemComplexInterestCustom == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
itemComplexInterestCustom.divider = null;
itemComplexInterestCustom.promo = null;
itemComplexInterestCustom.title = null;
itemComplexInterestCustom.installments = null;
itemComplexInterestCustom.remark = null;
}
}