56 lines
2.3 KiB
Java
56 lines
2.3 KiB
Java
package com.scb.phone.view.fragment.registration;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.ImageView;
|
|
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 RegistrationSuccessFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private RegistrationSuccessFragment c;
|
|
private View d;
|
|
|
|
public RegistrationSuccessFragment_ViewBinding(RegistrationSuccessFragment registrationSuccessFragment, View view) {
|
|
super(registrationSuccessFragment, view);
|
|
this.c = registrationSuccessFragment;
|
|
registrationSuccessFragment.imageLogo = (ImageView) pyT.e(view, R.id.image, "field 'imageLogo'", ImageView.class);
|
|
registrationSuccessFragment.textMessage = (TextView) pyT.e(view, R.id.text, "field 'textMessage'", TextView.class);
|
|
View a = pyT.a(view, R.id.next_button, "field 'buttonNext' and method 'onNextButtonClicked'");
|
|
registrationSuccessFragment.buttonNext = (Button) pyT.c(a, R.id.next_button, "field 'buttonNext'", Button.class);
|
|
this.d = a;
|
|
a.setOnClickListener(new gnL(this, registrationSuccessFragment) { // from class: com.scb.phone.view.fragment.registration.RegistrationSuccessFragment_ViewBinding.5
|
|
private RegistrationSuccessFragment c;
|
|
private RegistrationSuccessFragment_ViewBinding e;
|
|
|
|
{
|
|
this.e = this;
|
|
this.c = registrationSuccessFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.c.onNextButtonClicked();
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
RegistrationSuccessFragment registrationSuccessFragment = this.c;
|
|
if (registrationSuccessFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.c = null;
|
|
registrationSuccessFragment.imageLogo = null;
|
|
registrationSuccessFragment.textMessage = null;
|
|
registrationSuccessFragment.buttonNext = null;
|
|
this.d.setOnClickListener(null);
|
|
this.d = null;
|
|
super.a();
|
|
}
|
|
}
|