80 lines
6.0 KiB
Java
80 lines
6.0 KiB
Java
package com.scb.phone.view.fragment.remittance;
|
|
|
|
import android.view.View;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import butterknife.Unbinder;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.custom.transferandpay.CustomNoteItem;
|
|
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem;
|
|
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource;
|
|
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPayTarget;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public final class SlipScreenshot_ViewBinding implements Unbinder {
|
|
private SlipScreenshot d;
|
|
|
|
public SlipScreenshot_ViewBinding(SlipScreenshot slipScreenshot, View view) {
|
|
this.d = slipScreenshot;
|
|
slipScreenshot.slipTextViewSuccessfulHeaderTitle = (TextView) pyT.e(view, R.id.tv_successful_transfer, "field 'slipTextViewSuccessfulHeaderTitle'", TextView.class);
|
|
slipScreenshot.successIcon = (ImageView) pyT.e(view, R.id.iv_success_icon, "field 'successIcon'", ImageView.class);
|
|
slipScreenshot.pendingIcon = (ImageView) pyT.e(view, R.id.iv_pending_icon, "field 'pendingIcon'", ImageView.class);
|
|
slipScreenshot.slipTextViewTransactionDate = (TextView) pyT.e(view, R.id.tv_transaction_date, "field 'slipTextViewTransactionDate'", TextView.class);
|
|
slipScreenshot.slipTextViewRefId = (TextView) pyT.e(view, R.id.tv_ref_id, "field 'slipTextViewRefId'", TextView.class);
|
|
slipScreenshot.slipTextViewTransactionRemark = (TextView) pyT.e(view, R.id.tv_transation_remark, "field 'slipTextViewTransactionRemark'", TextView.class);
|
|
slipScreenshot.slipCustomSource = (CustomTransferAndPaySource) pyT.e(view, R.id.remittance_review_source, "field 'slipCustomSource'", CustomTransferAndPaySource.class);
|
|
slipScreenshot.slipCustomTarget = (CustomTransferAndPayTarget) pyT.e(view, R.id.remittance_review_target, "field 'slipCustomTarget'", CustomTransferAndPayTarget.class);
|
|
slipScreenshot.slipCustomConversionRate = (CustomTransferAndPayItem) pyT.e(view, R.id.remittance_conversion_rate, "field 'slipCustomConversionRate'", CustomTransferAndPayItem.class);
|
|
slipScreenshot.slipCustomAmountToSendLayout = (LinearLayout) pyT.e(view, R.id.remittance_amount_to_send, "field 'slipCustomAmountToSendLayout'", LinearLayout.class);
|
|
slipScreenshot.slipCustomAmountToSend = (TextView) pyT.e(view, R.id.tv_remittance_amount_to_send_value, "field 'slipCustomAmountToSend'", TextView.class);
|
|
slipScreenshot.slipCustomAmountToGetLayout = (LinearLayout) pyT.e(view, R.id.remittance_amount_to_get, "field 'slipCustomAmountToGetLayout'", LinearLayout.class);
|
|
slipScreenshot.slipCustomAmountToGet = (TextView) pyT.e(view, R.id.tv_remittance_amount_to_get_value, "field 'slipCustomAmountToGet'", TextView.class);
|
|
slipScreenshot.slipCustomFeeLayout = (LinearLayout) pyT.e(view, R.id.remittance_fee, "field 'slipCustomFeeLayout'", LinearLayout.class);
|
|
slipScreenshot.slipCustomFee = (TextView) pyT.e(view, R.id.tv_remittance_fee_value, "field 'slipCustomFee'", TextView.class);
|
|
slipScreenshot.slipCustomPersonalDetail = (CustomNoteItem) pyT.e(view, R.id.remittance_recipient_personal_details, "field 'slipCustomPersonalDetail'", CustomNoteItem.class);
|
|
slipScreenshot.slipCustomRecipientAddress = (CustomNoteItem) pyT.e(view, R.id.remittance_recipient_address, "field 'slipCustomRecipientAddress'", CustomNoteItem.class);
|
|
slipScreenshot.slipCustomRecipientContacts = (CustomNoteItem) pyT.e(view, R.id.remittance_recipient_contact_details, "field 'slipCustomRecipientContacts'", CustomNoteItem.class);
|
|
slipScreenshot.slipCustomTransactionDetails = (CustomNoteItem) pyT.e(view, R.id.remittance_transaction_details, "field 'slipCustomTransactionDetails'", CustomNoteItem.class);
|
|
slipScreenshot.slipCustomNote = (CustomNoteItem) pyT.e(view, R.id.remittance_note, "field 'slipCustomNote'", CustomNoteItem.class);
|
|
slipScreenshot.slipRemittanceLogo = (ImageView) pyT.e(view, R.id.remittance_logo, "field 'slipRemittanceLogo'", ImageView.class);
|
|
slipScreenshot.slipAmountsSeparatorSpace = pyT.a(view, R.id.remittance_recipient_amounts_separator_space, "field 'slipAmountsSeparatorSpace'");
|
|
slipScreenshot.slipSeparatorAmountToSend = pyT.a(view, R.id.separator_remittance_amount_to_send, "field 'slipSeparatorAmountToSend'");
|
|
slipScreenshot.slipSeparatorAmountToGet = pyT.a(view, R.id.separator_remittance_amount_to_get, "field 'slipSeparatorAmountToGet'");
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
SlipScreenshot slipScreenshot = this.d;
|
|
if (slipScreenshot == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
slipScreenshot.slipTextViewSuccessfulHeaderTitle = null;
|
|
slipScreenshot.successIcon = null;
|
|
slipScreenshot.pendingIcon = null;
|
|
slipScreenshot.slipTextViewTransactionDate = null;
|
|
slipScreenshot.slipTextViewRefId = null;
|
|
slipScreenshot.slipTextViewTransactionRemark = null;
|
|
slipScreenshot.slipCustomSource = null;
|
|
slipScreenshot.slipCustomTarget = null;
|
|
slipScreenshot.slipCustomConversionRate = null;
|
|
slipScreenshot.slipCustomAmountToSendLayout = null;
|
|
slipScreenshot.slipCustomAmountToSend = null;
|
|
slipScreenshot.slipCustomAmountToGetLayout = null;
|
|
slipScreenshot.slipCustomAmountToGet = null;
|
|
slipScreenshot.slipCustomFeeLayout = null;
|
|
slipScreenshot.slipCustomFee = null;
|
|
slipScreenshot.slipCustomPersonalDetail = null;
|
|
slipScreenshot.slipCustomRecipientAddress = null;
|
|
slipScreenshot.slipCustomRecipientContacts = null;
|
|
slipScreenshot.slipCustomTransactionDetails = null;
|
|
slipScreenshot.slipCustomNote = null;
|
|
slipScreenshot.slipRemittanceLogo = null;
|
|
slipScreenshot.slipAmountsSeparatorSpace = null;
|
|
slipScreenshot.slipSeparatorAmountToSend = null;
|
|
slipScreenshot.slipSeparatorAmountToGet = null;
|
|
}
|
|
}
|