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

61 lines
3.1 KiB
Java

package com.scb.phone.view.fragment.cardmanagement;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public final class StatementChannelSuccessfulFragment_ViewBinding extends BaseFragment_ViewBinding {
private StatementChannelSuccessfulFragment c;
private View e;
public StatementChannelSuccessfulFragment_ViewBinding(StatementChannelSuccessfulFragment statementChannelSuccessfulFragment, View view) {
super(statementChannelSuccessfulFragment, view);
this.c = statementChannelSuccessfulFragment;
statementChannelSuccessfulFragment.tvDateTime = (TextView) pyT.e(view, R.id.tv_date_time, "field 'tvDateTime'", TextView.class);
statementChannelSuccessfulFragment.tvAddressTitle = (TextView) pyT.e(view, R.id.tv_address_title, "field 'tvAddressTitle'", TextView.class);
statementChannelSuccessfulFragment.tvSuccessTitle = (TextView) pyT.e(view, R.id.tv_success_title, "field 'tvSuccessTitle'", TextView.class);
statementChannelSuccessfulFragment.tvAddressOrEmail = (TextView) pyT.e(view, R.id.tv_address, "field 'tvAddressOrEmail'", TextView.class);
statementChannelSuccessfulFragment.tvMaskCardNo = (TextView) pyT.e(view, R.id.tv_mask_card_no, "field 'tvMaskCardNo'", TextView.class);
View a = pyT.a(view, R.id.btn_action_done, "field 'btnDone' and method 'onClickDoneButton'");
statementChannelSuccessfulFragment.btnDone = (Button) pyT.c(a, R.id.btn_action_done, "field 'btnDone'", Button.class);
this.e = a;
a.setOnClickListener(new gnL(this, statementChannelSuccessfulFragment) { // from class: com.scb.phone.view.fragment.cardmanagement.StatementChannelSuccessfulFragment_ViewBinding.2
private StatementChannelSuccessfulFragment b;
private StatementChannelSuccessfulFragment_ViewBinding c;
{
this.c = this;
this.b = statementChannelSuccessfulFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.b.onClickDoneButton();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
StatementChannelSuccessfulFragment statementChannelSuccessfulFragment = this.c;
if (statementChannelSuccessfulFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
statementChannelSuccessfulFragment.tvDateTime = null;
statementChannelSuccessfulFragment.tvAddressTitle = null;
statementChannelSuccessfulFragment.tvSuccessTitle = null;
statementChannelSuccessfulFragment.tvAddressOrEmail = null;
statementChannelSuccessfulFragment.tvMaskCardNo = null;
statementChannelSuccessfulFragment.btnDone = null;
this.e.setOnClickListener(null);
this.e = null;
super.a();
}
}