what-the-bank/sources/com/scb/phone/view/custom/tierpricing/TierPricingSimplePromotionV...

38 lines
1.9 KiB
Java

package com.scb.phone.view.custom.tierpricing;
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 TierPricingSimplePromotionView_ViewBinding implements Unbinder {
private TierPricingSimplePromotionView b;
public TierPricingSimplePromotionView_ViewBinding(TierPricingSimplePromotionView tierPricingSimplePromotionView, View view) {
this.b = tierPricingSimplePromotionView;
tierPricingSimplePromotionView.divider = (FrameLayout) pyT.e(view, R.id.fl_divider, "field 'divider'", FrameLayout.class);
tierPricingSimplePromotionView.promo = (TextView) pyT.e(view, R.id.tv_tierpricingsimple_promo, "field 'promo'", TextView.class);
tierPricingSimplePromotionView.title = (TextView) pyT.e(view, R.id.tv_tierpricingsimple_title, "field 'title'", TextView.class);
tierPricingSimplePromotionView.installments = (RecyclerView) pyT.e(view, R.id.rv_tierpricingsimple_installments, "field 'installments'", RecyclerView.class);
tierPricingSimplePromotionView.remark = (TextView) pyT.e(view, R.id.tv_tierpricingsimple_remark, "field 'remark'", TextView.class);
}
@Override // butterknife.Unbinder
public final void a() {
TierPricingSimplePromotionView tierPricingSimplePromotionView = this.b;
if (tierPricingSimplePromotionView == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
tierPricingSimplePromotionView.divider = null;
tierPricingSimplePromotionView.promo = null;
tierPricingSimplePromotionView.title = null;
tierPricingSimplePromotionView.installments = null;
tierPricingSimplePromotionView.remark = null;
}
}