what-the-bank/sources/com/scb/phone/view/fragment/requesttopay/RequirePromptPayFragment_Vi...

80 lines
3.8 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.requesttopay;
import android.view.View;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.scb.phone.R;
import com.scb.phone.view.custom.common.DefaultButton;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class RequirePromptPayFragment_ViewBinding extends BaseFragment_ViewBinding {
private RequirePromptPayFragment b;
private View c;
private View d;
public RequirePromptPayFragment_ViewBinding(RequirePromptPayFragment requirePromptPayFragment, View view) {
super(requirePromptPayFragment, view);
this.b = requirePromptPayFragment;
View a = pyT.a(view, R.id.request_money_tutorial_relative_layout, "field 'mRequestMoneyTutotrialContainer' and method 'onTutorialClicked'");
requirePromptPayFragment.mRequestMoneyTutotrialContainer = (RelativeLayout) pyT.c(a, R.id.request_money_tutorial_relative_layout, "field 'mRequestMoneyTutotrialContainer'", RelativeLayout.class);
this.d = a;
a.setOnClickListener(new gnL(this, requirePromptPayFragment) { // from class: com.scb.phone.view.fragment.requesttopay.RequirePromptPayFragment_ViewBinding.5
private RequirePromptPayFragment c;
private RequirePromptPayFragment_ViewBinding d;
{
this.d = this;
this.c = requirePromptPayFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.onTutorialClicked();
}
});
requirePromptPayFragment.mOverlayRequestMoneyTutorialImageView = (ImageView) pyT.e(view, R.id.overlay_request_money_tutorial_image_view, "field 'mOverlayRequestMoneyTutorialImageView'", ImageView.class);
requirePromptPayFragment.mRootView = (RelativeLayout) pyT.e(view, R.id.view_group_root_request_money, "field 'mRootView'", RelativeLayout.class);
View a2 = pyT.a(view, R.id.button_prompt_pay_settings, "field 'buttonPromptPaySettings' and method 'onPromptPaySettingsClick'");
requirePromptPayFragment.buttonPromptPaySettings = (DefaultButton) pyT.c(a2, R.id.button_prompt_pay_settings, "field 'buttonPromptPaySettings'", DefaultButton.class);
this.c = a2;
a2.setOnClickListener(new gnL(this, requirePromptPayFragment) { // from class: com.scb.phone.view.fragment.requesttopay.RequirePromptPayFragment_ViewBinding.3
private RequirePromptPayFragment c;
private RequirePromptPayFragment_ViewBinding e;
{
this.e = this;
this.c = requirePromptPayFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.c.onPromptPaySettingsClick();
}
});
requirePromptPayFragment.descriptionTextView = (TextView) pyT.e(view, R.id.description_text_view, "field 'descriptionTextView'", TextView.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public final void a() {
RequirePromptPayFragment requirePromptPayFragment = this.b;
if (requirePromptPayFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
requirePromptPayFragment.mRequestMoneyTutotrialContainer = null;
requirePromptPayFragment.mOverlayRequestMoneyTutorialImageView = null;
requirePromptPayFragment.mRootView = null;
requirePromptPayFragment.buttonPromptPaySettings = null;
requirePromptPayFragment.descriptionTextView = null;
this.d.setOnClickListener(null);
this.d = null;
this.c.setOnClickListener(null);
this.c = null;
super.a();
}
}