package com.scb.phone.view.custom.common; 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 final class CustomGiftingView_ViewBinding implements Unbinder { private CustomGiftingView d; public CustomGiftingView_ViewBinding(CustomGiftingView customGiftingView, View view) { this.d = customGiftingView; customGiftingView.giftIcon = (ImageView) pyT.e(view, R.id.iv_gift_icon, "field 'giftIcon'", ImageView.class); customGiftingView.giftTextView = (TextView) pyT.e(view, R.id.tv_gift, "field 'giftTextView'", TextView.class); } @Override // butterknife.Unbinder public final void a() { CustomGiftingView customGiftingView = this.d; if (customGiftingView == null) { throw new IllegalStateException("Bindings already cleared."); } this.d = null; customGiftingView.giftIcon = null; customGiftingView.giftTextView = null; } }