121 lines
5.9 KiB
Java
121 lines
5.9 KiB
Java
package com.scb.phone.view.fragment;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.TextView;
|
|
import com.scb.phone.R;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class PurchaseSuccessFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private PurchaseSuccessFragment b;
|
|
private View c;
|
|
private View d;
|
|
private View e;
|
|
|
|
public PurchaseSuccessFragment_ViewBinding(PurchaseSuccessFragment purchaseSuccessFragment, View view) {
|
|
super(purchaseSuccessFragment, view);
|
|
this.b = purchaseSuccessFragment;
|
|
purchaseSuccessFragment.container = (LinearLayout) pyT.e(view, R.id.purchase_container, "field 'container'", LinearLayout.class);
|
|
purchaseSuccessFragment.extraContainer = (LinearLayout) pyT.a(view, R.id.extra_container, "field 'extraContainer'", LinearLayout.class);
|
|
purchaseSuccessFragment.footerContainer = (LinearLayout) pyT.a(view, R.id.footer_container, "field 'footerContainer'", LinearLayout.class);
|
|
View findViewById = view.findViewById(R.id.share_slip_button);
|
|
purchaseSuccessFragment.shareSlip = (Button) pyT.c(findViewById, R.id.share_slip_button, "field 'shareSlip'", Button.class);
|
|
if (findViewById != null) {
|
|
this.c = findViewById;
|
|
findViewById.setOnClickListener(new gnL(this, purchaseSuccessFragment) { // from class: com.scb.phone.view.fragment.PurchaseSuccessFragment_ViewBinding.1
|
|
private PurchaseSuccessFragment_ViewBinding a;
|
|
private PurchaseSuccessFragment c;
|
|
|
|
{
|
|
this.a = this;
|
|
this.c = purchaseSuccessFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.c.onShareSlipButtonClick();
|
|
}
|
|
});
|
|
}
|
|
View a = pyT.a(view, R.id.save_slip_button, "field 'saveSlip'");
|
|
purchaseSuccessFragment.saveSlip = (Button) pyT.c(a, R.id.save_slip_button, "field 'saveSlip'", Button.class);
|
|
this.d = a;
|
|
a.setOnClickListener(new gnL(this, purchaseSuccessFragment) { // from class: com.scb.phone.view.fragment.PurchaseSuccessFragment_ViewBinding.3
|
|
private PurchaseSuccessFragment_ViewBinding a;
|
|
private PurchaseSuccessFragment c;
|
|
|
|
{
|
|
this.a = this;
|
|
this.c = purchaseSuccessFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.c.onSaveSlipButtonClick();
|
|
}
|
|
});
|
|
View a2 = pyT.a(view, R.id.return_button, "field 'buttonReturn' and method 'onReturnButton'");
|
|
purchaseSuccessFragment.buttonReturn = (TextView) pyT.c(a2, R.id.return_button, "field 'buttonReturn'", TextView.class);
|
|
this.e = a2;
|
|
a2.setOnClickListener(new gnL(this, purchaseSuccessFragment) { // from class: com.scb.phone.view.fragment.PurchaseSuccessFragment_ViewBinding.5
|
|
private PurchaseSuccessFragment b;
|
|
private PurchaseSuccessFragment_ViewBinding c;
|
|
|
|
{
|
|
this.c = this;
|
|
this.b = purchaseSuccessFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.b.onReturnButton();
|
|
}
|
|
});
|
|
purchaseSuccessFragment.remainingMsgTextView = (TextView) pyT.a(view, R.id.remaining_msg, "field 'remainingMsgTextView'", TextView.class);
|
|
purchaseSuccessFragment.purchaseNote = (TextView) pyT.a(view, R.id.purchase_note, "field 'purchaseNote'", TextView.class);
|
|
purchaseSuccessFragment.deepLinkButtonsContainer = (LinearLayout) pyT.a(view, R.id.ll_deep_link_buttons_container, "field 'deepLinkButtonsContainer'", LinearLayout.class);
|
|
purchaseSuccessFragment.curlImageView = (ImageView) pyT.a(view, R.id.end_slip, "field 'curlImageView'", ImageView.class);
|
|
purchaseSuccessFragment.voidRemarkContainer = (LinearLayout) pyT.a(view, R.id.ll_void_remark_container, "field 'voidRemarkContainer'", LinearLayout.class);
|
|
purchaseSuccessFragment.ivVoidRemark = (ImageView) pyT.a(view, R.id.iv_void_remark, "field 'ivVoidRemark'", ImageView.class);
|
|
purchaseSuccessFragment.tvVoidRemarkTitle = (TextView) pyT.a(view, R.id.tv_void_remark_title, "field 'tvVoidRemarkTitle'", TextView.class);
|
|
purchaseSuccessFragment.tvVoidRemarkDescription = (TextView) pyT.a(view, R.id.tv_void_remark_description, "field 'tvVoidRemarkDescription'", TextView.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public void a() {
|
|
PurchaseSuccessFragment purchaseSuccessFragment = this.b;
|
|
if (purchaseSuccessFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
purchaseSuccessFragment.container = null;
|
|
purchaseSuccessFragment.extraContainer = null;
|
|
purchaseSuccessFragment.footerContainer = null;
|
|
purchaseSuccessFragment.shareSlip = null;
|
|
purchaseSuccessFragment.saveSlip = null;
|
|
purchaseSuccessFragment.buttonReturn = null;
|
|
purchaseSuccessFragment.remainingMsgTextView = null;
|
|
purchaseSuccessFragment.purchaseNote = null;
|
|
purchaseSuccessFragment.deepLinkButtonsContainer = null;
|
|
purchaseSuccessFragment.curlImageView = null;
|
|
purchaseSuccessFragment.voidRemarkContainer = null;
|
|
purchaseSuccessFragment.ivVoidRemark = null;
|
|
purchaseSuccessFragment.tvVoidRemarkTitle = null;
|
|
purchaseSuccessFragment.tvVoidRemarkDescription = null;
|
|
View view = this.c;
|
|
if (view != null) {
|
|
view.setOnClickListener(null);
|
|
this.c = null;
|
|
}
|
|
this.d.setOnClickListener(null);
|
|
this.d = null;
|
|
this.e.setOnClickListener(null);
|
|
this.e = null;
|
|
super.a();
|
|
}
|
|
}
|