what-the-bank/sources/com/scb/phone/view/custom/common/CustomRiskAssessmentDialogF...

71 lines
3.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.custom.common;
import android.view.View;
import android.widget.TextView;
import butterknife.Unbinder;
import com.scb.phone.R;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class CustomRiskAssessmentDialogFragment_ViewBinding implements Unbinder {
private View b;
private View c;
private CustomRiskAssessmentDialogFragment d;
public CustomRiskAssessmentDialogFragment_ViewBinding(CustomRiskAssessmentDialogFragment customRiskAssessmentDialogFragment, View view) {
this.d = customRiskAssessmentDialogFragment;
customRiskAssessmentDialogFragment.mRiskCode = (TextView) pyT.e(view, R.id.risk_code_text_view, "field 'mRiskCode'", TextView.class);
customRiskAssessmentDialogFragment.mRiskLevel = (TextView) pyT.e(view, R.id.risk_level_text_view, "field 'mRiskLevel'", TextView.class);
customRiskAssessmentDialogFragment.mRiskLevelValue = (TextView) pyT.e(view, R.id.risk_level_value_text_view, "field 'mRiskLevelValue'", TextView.class);
View a = pyT.a(view, R.id.confirm_button, "method 'onClickConfirm'");
this.c = a;
a.setOnClickListener(new gnL(this, customRiskAssessmentDialogFragment) { // from class: com.scb.phone.view.custom.common.CustomRiskAssessmentDialogFragment_ViewBinding.2
private CustomRiskAssessmentDialogFragment a;
private CustomRiskAssessmentDialogFragment_ViewBinding e;
{
this.e = this;
this.a = customRiskAssessmentDialogFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.a.onClickConfirm();
}
});
View a2 = pyT.a(view, R.id.cancel_button, "method 'onClickCancel'");
this.b = a2;
a2.setOnClickListener(new gnL(this, customRiskAssessmentDialogFragment) { // from class: com.scb.phone.view.custom.common.CustomRiskAssessmentDialogFragment_ViewBinding.1
private CustomRiskAssessmentDialogFragment b;
private CustomRiskAssessmentDialogFragment_ViewBinding e;
{
this.e = this;
this.b = customRiskAssessmentDialogFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.b.onClickCancel();
}
});
}
@Override // butterknife.Unbinder
public final void a() {
CustomRiskAssessmentDialogFragment customRiskAssessmentDialogFragment = this.d;
if (customRiskAssessmentDialogFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
customRiskAssessmentDialogFragment.mRiskCode = null;
customRiskAssessmentDialogFragment.mRiskLevel = null;
customRiskAssessmentDialogFragment.mRiskLevelValue = null;
this.c.setOnClickListener(null);
this.c = null;
this.b.setOnClickListener(null);
this.b = null;
}
}