30 lines
1.1 KiB
Java
30 lines
1.1 KiB
Java
package com.scb.phone.view.custom.accountsummary;
|
|
|
|
import android.view.View;
|
|
import android.widget.ImageView;
|
|
import butterknife.Unbinder;
|
|
import com.scb.phone.R;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class ImageAdBannerView_ViewBinding implements Unbinder {
|
|
private ImageAdBannerView c;
|
|
|
|
public ImageAdBannerView_ViewBinding(ImageAdBannerView imageAdBannerView, View view) {
|
|
this.c = imageAdBannerView;
|
|
imageAdBannerView.backgroundImage = (ImageView) pyT.e(view, R.id.background_image, "field 'backgroundImage'", ImageView.class);
|
|
imageAdBannerView.closeButton = (ImageView) pyT.e(view, R.id.close_button, "field 'closeButton'", ImageView.class);
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
ImageAdBannerView imageAdBannerView = this.c;
|
|
if (imageAdBannerView == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.c = null;
|
|
imageAdBannerView.backgroundImage = null;
|
|
imageAdBannerView.closeButton = null;
|
|
}
|
|
}
|