package com.scb.phone.view.custom.item; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import butterknife.Unbinder; import com.scb.phone.R; import o.pyT; /* loaded from: classes5.dex */ public class ItemCardCustom_ViewBinding implements Unbinder { private ItemCardCustom b; public ItemCardCustom_ViewBinding(ItemCardCustom itemCardCustom, View view) { this.b = itemCardCustom; itemCardCustom.cardImage = (ImageView) pyT.e(view, R.id.card_image_view, "field 'cardImage'", ImageView.class); itemCardCustom.cardNo = (TextView) pyT.e(view, R.id.card_no, "field 'cardNo'", TextView.class); } @Override // butterknife.Unbinder public final void a() { ItemCardCustom itemCardCustom = this.b; if (itemCardCustom == null) { throw new IllegalStateException("Bindings already cleared."); } this.b = null; itemCardCustom.cardImage = null; itemCardCustom.cardNo = null; } }