32 lines
1.4 KiB
Java
32 lines
1.4 KiB
Java
package com.scb.phone.view.custom.tierpricing;
|
|
|
|
import android.view.View;
|
|
import android.widget.TextView;
|
|
import butterknife.Unbinder;
|
|
import com.scb.phone.R;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class TierPricingPromotionView_ViewBinding implements Unbinder {
|
|
private TierPricingPromotionView c;
|
|
|
|
public TierPricingPromotionView_ViewBinding(TierPricingPromotionView tierPricingPromotionView, View view) {
|
|
this.c = tierPricingPromotionView;
|
|
tierPricingPromotionView.promo = (TextView) pyT.e(view, R.id.tv_tierpricing_promo, "field 'promo'", TextView.class);
|
|
tierPricingPromotionView.validUntil = (TextView) pyT.e(view, R.id.tv_tierpricing_valid_until, "field 'validUntil'", TextView.class);
|
|
tierPricingPromotionView.tierPricingSimplePromo = (TierPricingSimplePromotionView) pyT.e(view, R.id.tpspv_tierpricing_promo, "field 'tierPricingSimplePromo'", TierPricingSimplePromotionView.class);
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
TierPricingPromotionView tierPricingPromotionView = this.c;
|
|
if (tierPricingPromotionView == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.c = null;
|
|
tierPricingPromotionView.promo = null;
|
|
tierPricingPromotionView.validUntil = null;
|
|
tierPricingPromotionView.tierPricingSimplePromo = null;
|
|
}
|
|
}
|