what-the-bank/sources/com/scb/phone/view/fragment/hml/HmlVerifyEmailSuccessfulFra...

53 lines
2.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.hml;
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 class HmlVerifyEmailSuccessfulFragment_ViewBinding extends BaseFragment_ViewBinding {
private View c;
private HmlVerifyEmailSuccessfulFragment d;
public HmlVerifyEmailSuccessfulFragment_ViewBinding(HmlVerifyEmailSuccessfulFragment hmlVerifyEmailSuccessfulFragment, View view) {
super(hmlVerifyEmailSuccessfulFragment, view);
this.d = hmlVerifyEmailSuccessfulFragment;
hmlVerifyEmailSuccessfulFragment.tvEmailVerifySuccessText = (TextView) pyT.e(view, R.id.tv_hml_email_verify_success_text, "field 'tvEmailVerifySuccessText'", TextView.class);
View a = pyT.a(view, R.id.bt_hml_email_verify_success_button, "field 'btEmailVerifyButton' and method 'onNextClicked'");
hmlVerifyEmailSuccessfulFragment.btEmailVerifyButton = (Button) pyT.c(a, R.id.bt_hml_email_verify_success_button, "field 'btEmailVerifyButton'", Button.class);
this.c = a;
a.setOnClickListener(new gnL(this, hmlVerifyEmailSuccessfulFragment) { // from class: com.scb.phone.view.fragment.hml.HmlVerifyEmailSuccessfulFragment_ViewBinding.4
private HmlVerifyEmailSuccessfulFragment a;
private HmlVerifyEmailSuccessfulFragment_ViewBinding c;
{
this.c = this;
this.a = hmlVerifyEmailSuccessfulFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onNextClicked();
}
});
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
HmlVerifyEmailSuccessfulFragment hmlVerifyEmailSuccessfulFragment = this.d;
if (hmlVerifyEmailSuccessfulFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
hmlVerifyEmailSuccessfulFragment.tvEmailVerifySuccessText = null;
hmlVerifyEmailSuccessfulFragment.btEmailVerifyButton = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}