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

42 lines
2.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.custom.transferandpay;
import android.view.View;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import butterknife.Unbinder;
import com.scb.phone.R;
import o.pyT;
/* loaded from: classes5.dex */
public class CustomTransferAndPayBiller_ViewBinding implements Unbinder {
private CustomTransferAndPayBiller d;
public CustomTransferAndPayBiller_ViewBinding(CustomTransferAndPayBiller customTransferAndPayBiller, View view) {
this.d = customTransferAndPayBiller;
customTransferAndPayBiller.mIconImageView = (ImageView) pyT.e(view, R.id.item_icon_image_view, "field 'mIconImageView'", ImageView.class);
customTransferAndPayBiller.mTitleTextView = (TextView) pyT.e(view, R.id.item_title_text_view, "field 'mTitleTextView'", TextView.class);
customTransferAndPayBiller.mDescriptionTextView = (TextView) pyT.e(view, R.id.item_description_text_view, "field 'mDescriptionTextView'", TextView.class);
customTransferAndPayBiller.mDescription2TextView = (TextView) pyT.e(view, R.id.item_description_2_text_view, "field 'mDescription2TextView'", TextView.class);
customTransferAndPayBiller.mDescription3TextView = (TextView) pyT.e(view, R.id.item_description_3_text_view, "field 'mDescription3TextView'", TextView.class);
customTransferAndPayBiller.mBackButton = (RelativeLayout) pyT.e(view, R.id.item_back_icon_relative_layout, "field 'mBackButton'", RelativeLayout.class);
customTransferAndPayBiller.mBackButtonImage = (ImageView) pyT.e(view, R.id.back_icon_image_view, "field 'mBackButtonImage'", ImageView.class);
}
@Override // butterknife.Unbinder
public final void a() {
CustomTransferAndPayBiller customTransferAndPayBiller = this.d;
if (customTransferAndPayBiller == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
customTransferAndPayBiller.mIconImageView = null;
customTransferAndPayBiller.mTitleTextView = null;
customTransferAndPayBiller.mDescriptionTextView = null;
customTransferAndPayBiller.mDescription2TextView = null;
customTransferAndPayBiller.mDescription3TextView = null;
customTransferAndPayBiller.mBackButton = null;
customTransferAndPayBiller.mBackButtonImage = null;
}
}