56 lines
2.4 KiB
Java
56 lines
2.4 KiB
Java
package com.scb.phone.view.fragment.promptpay;
|
|
|
|
import android.view.View;
|
|
import androidx.recyclerview.widget.RecyclerView;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.custom.common.AmountEditText;
|
|
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 PromptPayQRInputFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private PromptPayQRInputFragment d;
|
|
private View e;
|
|
|
|
public PromptPayQRInputFragment_ViewBinding(PromptPayQRInputFragment promptPayQRInputFragment, View view) {
|
|
super(promptPayQRInputFragment, view);
|
|
this.d = promptPayQRInputFragment;
|
|
promptPayQRInputFragment.mobileListRecyclerView = (RecyclerView) pyT.e(view, R.id.mobile_list_recycler_view, "field 'mobileListRecyclerView'", RecyclerView.class);
|
|
View a = pyT.a(view, R.id.create_qr_code_button, "field 'createQRCodeButton' and method 'createQRCodeButton'");
|
|
promptPayQRInputFragment.createQRCodeButton = (DefaultButton) pyT.c(a, R.id.create_qr_code_button, "field 'createQRCodeButton'", DefaultButton.class);
|
|
this.e = a;
|
|
a.setOnClickListener(new gnL(this, promptPayQRInputFragment) { // from class: com.scb.phone.view.fragment.promptpay.PromptPayQRInputFragment_ViewBinding.1
|
|
private PromptPayQRInputFragment a;
|
|
private PromptPayQRInputFragment_ViewBinding e;
|
|
|
|
{
|
|
this.e = this;
|
|
this.a = promptPayQRInputFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.a.createQRCodeButton();
|
|
}
|
|
});
|
|
promptPayQRInputFragment.editAmount = (AmountEditText) pyT.e(view, R.id.edit_amount, "field 'editAmount'", AmountEditText.class);
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
PromptPayQRInputFragment promptPayQRInputFragment = this.d;
|
|
if (promptPayQRInputFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.d = null;
|
|
promptPayQRInputFragment.mobileListRecyclerView = null;
|
|
promptPayQRInputFragment.createQRCodeButton = null;
|
|
promptPayQRInputFragment.editAmount = null;
|
|
this.e.setOnClickListener(null);
|
|
this.e = null;
|
|
super.a();
|
|
}
|
|
}
|