what-the-bank/sources/com/scb/phone/view/fragment/cardmanagement/StatementChannelLandingFrag...

91 lines
4.8 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.cardmanagement;
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 com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public final class StatementChannelLandingFragment_ViewBinding extends BaseFragment_ViewBinding {
private View b;
private View d;
private StatementChannelLandingFragment e;
public StatementChannelLandingFragment_ViewBinding(StatementChannelLandingFragment statementChannelLandingFragment, View view) {
super(statementChannelLandingFragment, view);
this.e = statementChannelLandingFragment;
statementChannelLandingFragment.tvRemarkSelectNewChannel = (TextView) pyT.e(view, R.id.tv_remark_select_new_channel, "field 'tvRemarkSelectNewChannel'", TextView.class);
statementChannelLandingFragment.viewChannel = (CustomTransferAndPayItem) pyT.e(view, R.id.channel, "field 'viewChannel'", CustomTransferAndPayItem.class);
statementChannelLandingFragment.tvSendToTitle = (TextView) pyT.e(view, R.id.tv_send_to_title, "field 'tvSendToTitle'", TextView.class);
statementChannelLandingFragment.tvSendTo = (TextView) pyT.e(view, R.id.tv_send_to, "field 'tvSendTo'", TextView.class);
View a = pyT.a(view, R.id.iv_email_edit, "field 'ivEmailEdit' and method 'onClickEditEmail'");
statementChannelLandingFragment.ivEmailEdit = (ImageView) pyT.c(a, R.id.iv_email_edit, "field 'ivEmailEdit'", ImageView.class);
this.b = a;
a.setOnClickListener(new gnL(this, statementChannelLandingFragment) { // from class: com.scb.phone.view.fragment.cardmanagement.StatementChannelLandingFragment_ViewBinding.4
private StatementChannelLandingFragment_ViewBinding b;
private StatementChannelLandingFragment d;
{
this.b = this;
this.d = statementChannelLandingFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.d.onClickEditEmail();
}
});
statementChannelLandingFragment.remarkSelectLayout = (LinearLayout) pyT.e(view, R.id.remark_new_select_layout, "field 'remarkSelectLayout'", LinearLayout.class);
statementChannelLandingFragment.sendToLayout = (LinearLayout) pyT.e(view, R.id.send_to_layout, "field 'sendToLayout'", LinearLayout.class);
View a2 = pyT.a(view, R.id.btn_action_next, "field 'btnNext' and method 'onClickNext'");
statementChannelLandingFragment.btnNext = (Button) pyT.c(a2, R.id.btn_action_next, "field 'btnNext'", Button.class);
this.d = a2;
a2.setOnClickListener(new gnL(this, statementChannelLandingFragment) { // from class: com.scb.phone.view.fragment.cardmanagement.StatementChannelLandingFragment_ViewBinding.2
private StatementChannelLandingFragment_ViewBinding c;
private StatementChannelLandingFragment e;
{
this.c = this;
this.e = statementChannelLandingFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onClickNext();
}
});
statementChannelLandingFragment.rootLayout = (LinearLayout) pyT.e(view, R.id.root_layout, "field 'rootLayout'", LinearLayout.class);
statementChannelLandingFragment.itemChannelSelectLayout = (LinearLayout) pyT.e(view, R.id.item_channel_select_layout, "field 'itemChannelSelectLayout'", LinearLayout.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
StatementChannelLandingFragment statementChannelLandingFragment = this.e;
if (statementChannelLandingFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.e = null;
statementChannelLandingFragment.tvRemarkSelectNewChannel = null;
statementChannelLandingFragment.viewChannel = null;
statementChannelLandingFragment.tvSendToTitle = null;
statementChannelLandingFragment.tvSendTo = null;
statementChannelLandingFragment.ivEmailEdit = null;
statementChannelLandingFragment.remarkSelectLayout = null;
statementChannelLandingFragment.sendToLayout = null;
statementChannelLandingFragment.btnNext = null;
statementChannelLandingFragment.rootLayout = null;
statementChannelLandingFragment.itemChannelSelectLayout = null;
this.b.setOnClickListener(null);
this.b = null;
this.d.setOnClickListener(null);
this.d = null;
super.a();
}
}