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

30 lines
1.1 KiB
Java

package com.scb.phone.view.custom.common;
import android.view.View;
import android.widget.ImageView;
import butterknife.Unbinder;
import com.scb.phone.R;
import o.pyT;
/* loaded from: classes5.dex */
public class CustomImageWithText_ViewBinding implements Unbinder {
private CustomImageWithText b;
public CustomImageWithText_ViewBinding(CustomImageWithText customImageWithText, View view) {
this.b = customImageWithText;
customImageWithText.ivLeftImage = (ImageView) pyT.e(view, R.id.ivLeftImage, "field 'ivLeftImage'", ImageView.class);
customImageWithText.tvRightText = (ThaiTextView) pyT.e(view, R.id.tvRightText, "field 'tvRightText'", ThaiTextView.class);
}
@Override // butterknife.Unbinder
public final void a() {
CustomImageWithText customImageWithText = this.b;
if (customImageWithText == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
customImageWithText.ivLeftImage = null;
customImageWithText.tvRightText = null;
}
}