95 lines
3.9 KiB
Java
95 lines
3.9 KiB
Java
|
package com.scb.phone.view.fragment.easycash;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.Button;
|
||
|
import android.widget.TextView;
|
||
|
import butterknife.Unbinder;
|
||
|
import com.scb.phone.R;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class EasycashSuccessDialogFragment_ViewBinding implements Unbinder {
|
||
|
private EasycashSuccessDialogFragment b;
|
||
|
private View c;
|
||
|
private View d;
|
||
|
private View e;
|
||
|
|
||
|
public EasycashSuccessDialogFragment_ViewBinding(EasycashSuccessDialogFragment easycashSuccessDialogFragment, View view) {
|
||
|
this.b = easycashSuccessDialogFragment;
|
||
|
easycashSuccessDialogFragment.title = (TextView) pyT.e(view, R.id.title, "field 'title'", TextView.class);
|
||
|
easycashSuccessDialogFragment.subTitle = (TextView) pyT.e(view, R.id.subtitle, "field 'subTitle'", TextView.class);
|
||
|
View a = pyT.a(view, R.id.button_done, "field 'buttonDone' and method 'onClick'");
|
||
|
easycashSuccessDialogFragment.buttonDone = (Button) pyT.c(a, R.id.button_done, "field 'buttonDone'", Button.class);
|
||
|
this.d = a;
|
||
|
a.setOnClickListener(new gnL(this, easycashSuccessDialogFragment) { // from class: com.scb.phone.view.fragment.easycash.EasycashSuccessDialogFragment_ViewBinding.5
|
||
|
private EasycashSuccessDialogFragment b;
|
||
|
private EasycashSuccessDialogFragment_ViewBinding d;
|
||
|
|
||
|
{
|
||
|
this.d = this;
|
||
|
this.b = easycashSuccessDialogFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.b.onClick();
|
||
|
}
|
||
|
});
|
||
|
View a2 = pyT.a(view, R.id.button_purple, "field 'buttonPurple'");
|
||
|
easycashSuccessDialogFragment.buttonPurple = (Button) pyT.c(a2, R.id.button_purple, "field 'buttonPurple'", Button.class);
|
||
|
this.c = a2;
|
||
|
a2.setOnClickListener(new gnL(this, easycashSuccessDialogFragment) { // from class: com.scb.phone.view.fragment.easycash.EasycashSuccessDialogFragment_ViewBinding.4
|
||
|
private EasycashSuccessDialogFragment_ViewBinding c;
|
||
|
private EasycashSuccessDialogFragment d;
|
||
|
|
||
|
{
|
||
|
this.c = this;
|
||
|
this.d = easycashSuccessDialogFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.onPurpleButtonClick();
|
||
|
}
|
||
|
});
|
||
|
View a3 = pyT.a(view, R.id.secondary_button, "field 'secondaryButton'");
|
||
|
easycashSuccessDialogFragment.secondaryButton = (TextView) pyT.c(a3, R.id.secondary_button, "field 'secondaryButton'", TextView.class);
|
||
|
this.e = a3;
|
||
|
a3.setOnClickListener(new gnL(this, easycashSuccessDialogFragment) { // from class: com.scb.phone.view.fragment.easycash.EasycashSuccessDialogFragment_ViewBinding.2
|
||
|
private EasycashSuccessDialogFragment_ViewBinding b;
|
||
|
private EasycashSuccessDialogFragment e;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.e = easycashSuccessDialogFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.onSecondaryButtonClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
EasycashSuccessDialogFragment easycashSuccessDialogFragment = this.b;
|
||
|
if (easycashSuccessDialogFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
easycashSuccessDialogFragment.title = null;
|
||
|
easycashSuccessDialogFragment.subTitle = null;
|
||
|
easycashSuccessDialogFragment.buttonDone = null;
|
||
|
easycashSuccessDialogFragment.buttonPurple = null;
|
||
|
easycashSuccessDialogFragment.secondaryButton = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
}
|
||
|
}
|