package com.scb.phone.view.custom.ccrredemption; import android.view.View; import android.widget.FrameLayout; import android.widget.ImageView; import butterknife.Unbinder; import com.scb.phone.R; import o.pyT; /* loaded from: classes5.dex */ public class ConfirmationThemeSlipLayout_ViewBinding implements Unbinder { private ConfirmationThemeSlipLayout e; public ConfirmationThemeSlipLayout_ViewBinding(ConfirmationThemeSlipLayout confirmationThemeSlipLayout, View view) { this.e = confirmationThemeSlipLayout; confirmationThemeSlipLayout.imageSlipHeader = (ImageView) pyT.e(view, R.id.image_slip_header, "field 'imageSlipHeader'", ImageView.class); confirmationThemeSlipLayout.imageSlipBorderLeft = (ImageView) pyT.e(view, R.id.image_slip_border_left, "field 'imageSlipBorderLeft'", ImageView.class); confirmationThemeSlipLayout.imageSlipBorderRight = (ImageView) pyT.e(view, R.id.image_slip_border_right, "field 'imageSlipBorderRight'", ImageView.class); confirmationThemeSlipLayout.imageSlipBottom = (ImageView) pyT.e(view, R.id.image_slip_bottom, "field 'imageSlipBottom'", ImageView.class); confirmationThemeSlipLayout.imageSlipBottomBorder = (ImageView) pyT.e(view, R.id.image_slip_bottom_border, "field 'imageSlipBottomBorder'", ImageView.class); confirmationThemeSlipLayout.slipContent = (FrameLayout) pyT.e(view, R.id.slip_content, "field 'slipContent'", FrameLayout.class); } @Override // butterknife.Unbinder public final void a() { ConfirmationThemeSlipLayout confirmationThemeSlipLayout = this.e; if (confirmationThemeSlipLayout == null) { throw new IllegalStateException("Bindings already cleared."); } this.e = null; confirmationThemeSlipLayout.imageSlipHeader = null; confirmationThemeSlipLayout.imageSlipBorderLeft = null; confirmationThemeSlipLayout.imageSlipBorderRight = null; confirmationThemeSlipLayout.imageSlipBottom = null; confirmationThemeSlipLayout.imageSlipBottomBorder = null; confirmationThemeSlipLayout.slipContent = null; } }