36 lines
1.8 KiB
Java
36 lines
1.8 KiB
Java
package com.scb.phone.view.fragment.promptpay;
|
|
|
|
import android.view.View;
|
|
import android.widget.ImageView;
|
|
import android.widget.TextView;
|
|
import butterknife.Unbinder;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class PromptPayQRScreenshotFragment_ViewBinding implements Unbinder {
|
|
private PromptPayQRScreenshotFragment d;
|
|
|
|
public PromptPayQRScreenshotFragment_ViewBinding(PromptPayQRScreenshotFragment promptPayQRScreenshotFragment, View view) {
|
|
this.d = promptPayQRScreenshotFragment;
|
|
promptPayQRScreenshotFragment.accountNumberCustomTarget = (CustomTransferAndPayItem) pyT.e(view, R.id.account_number, "field 'accountNumberCustomTarget'", CustomTransferAndPayItem.class);
|
|
promptPayQRScreenshotFragment.amountTextView = (TextView) pyT.e(view, R.id.amount_text_view, "field 'amountTextView'", TextView.class);
|
|
promptPayQRScreenshotFragment.payerSpecifyAmountTextView = (TextView) pyT.e(view, R.id.payer_specify_amount_text_view, "field 'payerSpecifyAmountTextView'", TextView.class);
|
|
promptPayQRScreenshotFragment.qrCodeImageView = (ImageView) pyT.e(view, R.id.iv_qr_code, "field 'qrCodeImageView'", ImageView.class);
|
|
}
|
|
|
|
@Override // butterknife.Unbinder
|
|
public final void a() {
|
|
PromptPayQRScreenshotFragment promptPayQRScreenshotFragment = this.d;
|
|
if (promptPayQRScreenshotFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
promptPayQRScreenshotFragment.accountNumberCustomTarget = null;
|
|
promptPayQRScreenshotFragment.amountTextView = null;
|
|
promptPayQRScreenshotFragment.payerSpecifyAmountTextView = null;
|
|
promptPayQRScreenshotFragment.qrCodeImageView = null;
|
|
}
|
|
}
|