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

39 lines
1.8 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.custom;
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 ThemeSlipLayout_ViewBinding implements Unbinder {
private ThemeSlipLayout e;
public ThemeSlipLayout_ViewBinding(ThemeSlipLayout themeSlipLayout, View view) {
this.e = themeSlipLayout;
themeSlipLayout.imageSlipHeader = (ImageView) pyT.e(view, R.id.image_slip_header, "field 'imageSlipHeader'", ImageView.class);
themeSlipLayout.slipContent = (FrameLayout) pyT.e(view, R.id.slip_content, "field 'slipContent'", FrameLayout.class);
themeSlipLayout.imageSlipBorderLeft = (ImageView) pyT.e(view, R.id.image_slip_border_left, "field 'imageSlipBorderLeft'", ImageView.class);
themeSlipLayout.imageSlipBorderRight = (ImageView) pyT.e(view, R.id.image_slip_border_right, "field 'imageSlipBorderRight'", ImageView.class);
themeSlipLayout.imageSlipBottom = (ImageView) pyT.e(view, R.id.image_slip_bottom, "field 'imageSlipBottom'", ImageView.class);
themeSlipLayout.imageSlipBottomBorder = (ImageView) pyT.e(view, R.id.image_slip_bottom_border, "field 'imageSlipBottomBorder'", ImageView.class);
}
@Override // butterknife.Unbinder
public final void a() {
ThemeSlipLayout themeSlipLayout = this.e;
if (themeSlipLayout == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
themeSlipLayout.imageSlipHeader = null;
themeSlipLayout.slipContent = null;
themeSlipLayout.imageSlipBorderLeft = null;
themeSlipLayout.imageSlipBorderRight = null;
themeSlipLayout.imageSlipBottom = null;
themeSlipLayout.imageSlipBottomBorder = null;
}
}