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 ItemPhotoDetailCustom_ViewBinding implements Unbinder { private ItemPhotoDetailCustom c; public ItemPhotoDetailCustom_ViewBinding(ItemPhotoDetailCustom itemPhotoDetailCustom, View view) { this.c = itemPhotoDetailCustom; itemPhotoDetailCustom.componentLabel = (TextView) pyT.e(view, R.id.photo_left_header_text_view, "field 'componentLabel'", TextView.class); itemPhotoDetailCustom.componentExtra = (TextView) pyT.e(view, R.id.photo_left_title_text_view, "field 'componentExtra'", TextView.class); itemPhotoDetailCustom.componentExtraDetails = (TextView) pyT.e(view, R.id.second_text_view, "field 'componentExtraDetails'", TextView.class); itemPhotoDetailCustom.photo = (ImageView) pyT.e(view, R.id.photo_left_image_view, "field 'photo'", ImageView.class); } @Override // butterknife.Unbinder public final void a() { ItemPhotoDetailCustom itemPhotoDetailCustom = this.c; if (itemPhotoDetailCustom == null) { throw new IllegalStateException("Bindings already cleared."); } this.c = null; itemPhotoDetailCustom.componentLabel = null; itemPhotoDetailCustom.componentExtra = null; itemPhotoDetailCustom.componentExtraDetails = null; itemPhotoDetailCustom.photo = null; } }