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

54 lines
3.4 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.FrameLayout;
import android.widget.ImageView;
import android.widget.TextView;
import butterknife.Unbinder;
import com.scb.phone.R;
import com.scb.phone.view.custom.ImageTextView;
import com.scb.phone.view.custom.common.DefaultButton;
import o.pyT;
/* loaded from: classes5.dex */
public class CustomTransferAndPayTarget_ViewBinding implements Unbinder {
private CustomTransferAndPayTarget d;
public CustomTransferAndPayTarget_ViewBinding(CustomTransferAndPayTarget customTransferAndPayTarget, View view) {
this.d = customTransferAndPayTarget;
customTransferAndPayTarget.mTargetNameTextView = (ImageTextView) pyT.e(view, R.id.target_name_text_view, "field 'mTargetNameTextView'", ImageTextView.class);
customTransferAndPayTarget.mTargetTextView = (TextView) pyT.e(view, R.id.target_label, "field 'mTargetTextView'", TextView.class);
customTransferAndPayTarget.mDividerView = pyT.a(view, R.id.target_divider_view, "field 'mDividerView'");
customTransferAndPayTarget.mReferenceNumberTextView = (TextView) pyT.e(view, R.id.target_references_text_view, "field 'mReferenceNumberTextView'", TextView.class);
customTransferAndPayTarget.mFavouriteIcon = (ImageView) pyT.e(view, R.id.target_favourite_icon, "field 'mFavouriteIcon'", ImageView.class);
customTransferAndPayTarget.mAddFavouriteButton = (DefaultButton) pyT.e(view, R.id.target_favourite_button, "field 'mAddFavouriteButton'", DefaultButton.class);
customTransferAndPayTarget.mFavouriteName = (TextView) pyT.e(view, R.id.target_favourite_name_text_view, "field 'mFavouriteName'", TextView.class);
customTransferAndPayTarget.targetInfoLayout = (FrameLayout) pyT.e(view, R.id.target_info_layout, "field 'targetInfoLayout'", FrameLayout.class);
customTransferAndPayTarget.refNo1TextView = (TextView) pyT.e(view, R.id.ref_no_1_text_view, "field 'refNo1TextView'", TextView.class);
customTransferAndPayTarget.refNo2TextView = (TextView) pyT.e(view, R.id.ref_no_2_text_view, "field 'refNo2TextView'", TextView.class);
customTransferAndPayTarget.refNo3TextView = (TextView) pyT.e(view, R.id.ref_no_3_text_view, "field 'refNo3TextView'", TextView.class);
customTransferAndPayTarget.mDividerSpace = pyT.a(view, R.id.target_divider_space, "field 'mDividerSpace'");
}
@Override // butterknife.Unbinder
public final void a() {
CustomTransferAndPayTarget customTransferAndPayTarget = this.d;
if (customTransferAndPayTarget == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
customTransferAndPayTarget.mTargetNameTextView = null;
customTransferAndPayTarget.mTargetTextView = null;
customTransferAndPayTarget.mDividerView = null;
customTransferAndPayTarget.mReferenceNumberTextView = null;
customTransferAndPayTarget.mFavouriteIcon = null;
customTransferAndPayTarget.mAddFavouriteButton = null;
customTransferAndPayTarget.mFavouriteName = null;
customTransferAndPayTarget.targetInfoLayout = null;
customTransferAndPayTarget.refNo1TextView = null;
customTransferAndPayTarget.refNo2TextView = null;
customTransferAndPayTarget.refNo3TextView = null;
customTransferAndPayTarget.mDividerSpace = null;
}
}