what-the-bank/sources/com/scb/phone/view/activity/registration/RegistrationCountrySearchAc...

33 lines
1.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.activity.registration;
import android.view.View;
import androidx.recyclerview.widget.RecyclerView;
import com.scb.phone.R;
import com.scb.phone.view.activity.BaseActivity_ViewBinding;
import com.scb.phone.view.custom.common.ClearableEditText;
import o.pyT;
/* loaded from: classes5.dex */
public final class RegistrationCountrySearchActivity_ViewBinding extends BaseActivity_ViewBinding {
private RegistrationCountrySearchActivity b;
public RegistrationCountrySearchActivity_ViewBinding(RegistrationCountrySearchActivity registrationCountrySearchActivity, View view) {
super(registrationCountrySearchActivity, view);
this.b = registrationCountrySearchActivity;
registrationCountrySearchActivity.countrySearchEditText = (ClearableEditText) pyT.e(view, R.id.et_country_search, "field 'countrySearchEditText'", ClearableEditText.class);
registrationCountrySearchActivity.countryRecyclerView = (RecyclerView) pyT.e(view, R.id.rv_country, "field 'countryRecyclerView'", RecyclerView.class);
}
@Override // com.scb.phone.view.activity.BaseActivity_ViewBinding, butterknife.Unbinder
public final void a() {
RegistrationCountrySearchActivity registrationCountrySearchActivity = this.b;
if (registrationCountrySearchActivity == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.b = null;
registrationCountrySearchActivity.countrySearchEditText = null;
registrationCountrySearchActivity.countryRecyclerView = null;
super.a();
}
}