what-the-bank/sources/com/scb/phone/view/fragment/investment/FundActionsSuccessFragment_...

83 lines
3.9 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.investment;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import com.scb.phone.R;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class FundActionsSuccessFragment_ViewBinding extends BaseInvestmentSuccessFragment_ViewBinding {
private FundActionsSuccessFragment c;
private View d;
private View e;
public FundActionsSuccessFragment_ViewBinding(FundActionsSuccessFragment fundActionsSuccessFragment, View view) {
super(fundActionsSuccessFragment, view);
this.c = fundActionsSuccessFragment;
fundActionsSuccessFragment.successIcon = (ImageView) pyT.e(view, R.id.success_icon, "field 'successIcon'", ImageView.class);
fundActionsSuccessFragment.successScheduleIcon = (ImageView) pyT.e(view, R.id.success_schedule_icon, "field 'successScheduleIcon'", ImageView.class);
fundActionsSuccessFragment.tvRemainingBalance = (TextView) pyT.e(view, R.id.tv_remaining_balance, "field 'tvRemainingBalance'", TextView.class);
View a = pyT.a(view, R.id.bt_investment_save_slip, "field 'btInvestmentSaveSlip' and method 'onSaveSlipButton'");
fundActionsSuccessFragment.btInvestmentSaveSlip = (Button) pyT.c(a, R.id.bt_investment_save_slip, "field 'btInvestmentSaveSlip'", Button.class);
this.e = a;
a.setOnClickListener(new gnL(this, fundActionsSuccessFragment) { // from class: com.scb.phone.view.fragment.investment.FundActionsSuccessFragment_ViewBinding.1
private FundActionsSuccessFragment_ViewBinding a;
private FundActionsSuccessFragment e;
{
this.a = this;
this.e = fundActionsSuccessFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onSaveSlipButton();
}
});
fundActionsSuccessFragment.tvScheduleNote = (TextView) pyT.e(view, R.id.tv_schedule_note, "field 'tvScheduleNote'", TextView.class);
View findViewById = view.findViewById(R.id.tv_return_button);
if (findViewById != null) {
this.d = findViewById;
findViewById.setOnClickListener(new gnL(this, fundActionsSuccessFragment) { // from class: com.scb.phone.view.fragment.investment.FundActionsSuccessFragment_ViewBinding.5
private FundActionsSuccessFragment_ViewBinding a;
private FundActionsSuccessFragment d;
{
this.a = this;
this.d = fundActionsSuccessFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onReturnHomeClick();
}
});
}
}
@Override // com.scb.phone.view.fragment.investment.BaseInvestmentSuccessFragment_ViewBinding, com.scb.phone.view.fragment.investment.BaseInvestmentSwitchSuccessReviewFragment_ViewBinding, com.scb.phone.view.fragment.investment.BaseInvestmentSuccessReviewFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
FundActionsSuccessFragment fundActionsSuccessFragment = this.c;
if (fundActionsSuccessFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
fundActionsSuccessFragment.successIcon = null;
fundActionsSuccessFragment.successScheduleIcon = null;
fundActionsSuccessFragment.tvRemainingBalance = null;
fundActionsSuccessFragment.btInvestmentSaveSlip = null;
fundActionsSuccessFragment.tvScheduleNote = null;
this.e.setOnClickListener(null);
this.e = null;
View view = this.d;
if (view != null) {
view.setOnClickListener(null);
this.d = null;
}
super.a();
}
}