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

33 lines
1.3 KiB
Java

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 final class ItemFooterContentCustom_ViewBinding implements Unbinder {
private ItemFooterContentCustom d;
public ItemFooterContentCustom_ViewBinding(ItemFooterContentCustom itemFooterContentCustom, View view) {
this.d = itemFooterContentCustom;
itemFooterContentCustom.textView = (TextView) pyT.e(view, R.id.tvContent, "field 'textView'", TextView.class);
itemFooterContentCustom.tvRemark = (TextView) pyT.e(view, R.id.tvRemark, "field 'tvRemark'", TextView.class);
itemFooterContentCustom.ivImage = (ImageView) pyT.e(view, R.id.ivImage, "field 'ivImage'", ImageView.class);
}
@Override // butterknife.Unbinder
public final void a() {
ItemFooterContentCustom itemFooterContentCustom = this.d;
if (itemFooterContentCustom == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
itemFooterContentCustom.textView = null;
itemFooterContentCustom.tvRemark = null;
itemFooterContentCustom.ivImage = null;
}
}