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

46 lines
2.4 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.RelativeLayout;
import android.widget.Spinner;
import android.widget.TextView;
import androidx.appcompat.widget.Toolbar;
import androidx.core.widget.NestedScrollView;
import com.scb.phone.R;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.pyT;
/* loaded from: classes5.dex */
public class BaseRequestToPayFragment_ViewBinding extends BaseFragment_ViewBinding {
private BaseRequestToPayFragment c;
public BaseRequestToPayFragment_ViewBinding(BaseRequestToPayFragment baseRequestToPayFragment, View view) {
super(baseRequestToPayFragment, view);
this.c = baseRequestToPayFragment;
baseRequestToPayFragment.container = pyT.a(view, R.id.container, "field 'container'");
baseRequestToPayFragment.customSpinner = (Spinner) pyT.e(view, R.id.spinner, "field 'customSpinner'", Spinner.class);
baseRequestToPayFragment.selectionProxyTextView = (TextView) pyT.e(view, R.id.selecting_proxy_textview, "field 'selectionProxyTextView'", TextView.class);
baseRequestToPayFragment.scrollView = (NestedScrollView) pyT.e(view, R.id.scroll_view, "field 'scrollView'", NestedScrollView.class);
baseRequestToPayFragment.toolbarProxy = (Toolbar) pyT.e(view, R.id.toolbar_proxy_header, "field 'toolbarProxy'", Toolbar.class);
baseRequestToPayFragment.proxyIdTextView = (TextView) pyT.e(view, R.id.text_proxy_id_header, "field 'proxyIdTextView'", TextView.class);
baseRequestToPayFragment.newAliasLayout = (RelativeLayout) pyT.e(view, R.id.new_alias_layout, "field 'newAliasLayout'", RelativeLayout.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public void a() {
BaseRequestToPayFragment baseRequestToPayFragment = this.c;
if (baseRequestToPayFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.c = null;
baseRequestToPayFragment.container = null;
baseRequestToPayFragment.customSpinner = null;
baseRequestToPayFragment.selectionProxyTextView = null;
baseRequestToPayFragment.scrollView = null;
baseRequestToPayFragment.toolbarProxy = null;
baseRequestToPayFragment.proxyIdTextView = null;
baseRequestToPayFragment.newAliasLayout = null;
super.a();
}
}