84 lines
3.8 KiB
Java
84 lines
3.8 KiB
Java
|
package com.scb.phone.view.fragment.mwpartner;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.Button;
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
import com.google.android.material.textfield.TextInputLayout;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.common.MwAmountEditText;
|
||
|
import com.scb.phone.view.custom.common.NoteEditText;
|
||
|
import com.scb.phone.view.custom.item.ItemIconCustom;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class MwEditCreateQrFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private View b;
|
||
|
private View d;
|
||
|
private MwEditCreateQrFragment e;
|
||
|
|
||
|
public MwEditCreateQrFragment_ViewBinding(MwEditCreateQrFragment mwEditCreateQrFragment, View view) {
|
||
|
super(mwEditCreateQrFragment, view);
|
||
|
this.e = mwEditCreateQrFragment;
|
||
|
mwEditCreateQrFragment.accountSummary = (ItemIconCustom) pyT.e(view, R.id.account_summary, "field 'accountSummary'", ItemIconCustom.class);
|
||
|
mwEditCreateQrFragment.amountInputLayout = (TextInputLayout) pyT.e(view, R.id.amount_input_layout, "field 'amountInputLayout'", TextInputLayout.class);
|
||
|
mwEditCreateQrFragment.amountEditText = (MwAmountEditText) pyT.e(view, R.id.et_amount, "field 'amountEditText'", MwAmountEditText.class);
|
||
|
mwEditCreateQrFragment.shopReference = (NoteEditText) pyT.e(view, R.id.shop_note, "field 'shopReference'", NoteEditText.class);
|
||
|
View a = pyT.a(view, R.id.btn_create_qr, "field 'createQrBtn' and method 'onCreateQrClick'");
|
||
|
mwEditCreateQrFragment.createQrBtn = (Button) pyT.c(a, R.id.btn_create_qr, "field 'createQrBtn'", Button.class);
|
||
|
this.d = a;
|
||
|
a.setOnClickListener(new gnL(this, mwEditCreateQrFragment) { // from class: com.scb.phone.view.fragment.mwpartner.MwEditCreateQrFragment_ViewBinding.2
|
||
|
private MwEditCreateQrFragment_ViewBinding c;
|
||
|
private MwEditCreateQrFragment d;
|
||
|
|
||
|
{
|
||
|
this.c = this;
|
||
|
this.d = mwEditCreateQrFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.onCreateQrClick();
|
||
|
}
|
||
|
});
|
||
|
mwEditCreateQrFragment.constraintLayout = (ConstraintLayout) pyT.e(view, R.id.container, "field 'constraintLayout'", ConstraintLayout.class);
|
||
|
View a2 = pyT.a(view, R.id.btn_reset, "method 'onResetToDefaultClick'");
|
||
|
this.b = a2;
|
||
|
a2.setOnClickListener(new gnL(this, mwEditCreateQrFragment) { // from class: com.scb.phone.view.fragment.mwpartner.MwEditCreateQrFragment_ViewBinding.4
|
||
|
private MwEditCreateQrFragment_ViewBinding a;
|
||
|
private MwEditCreateQrFragment d;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.d = mwEditCreateQrFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.d.onResetToDefaultClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
MwEditCreateQrFragment mwEditCreateQrFragment = this.e;
|
||
|
if (mwEditCreateQrFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.e = null;
|
||
|
mwEditCreateQrFragment.accountSummary = null;
|
||
|
mwEditCreateQrFragment.amountInputLayout = null;
|
||
|
mwEditCreateQrFragment.amountEditText = null;
|
||
|
mwEditCreateQrFragment.shopReference = null;
|
||
|
mwEditCreateQrFragment.createQrBtn = null;
|
||
|
mwEditCreateQrFragment.constraintLayout = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
this.b.setOnClickListener(null);
|
||
|
this.b = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|