53 lines
2.2 KiB
Java
53 lines
2.2 KiB
Java
|
package com.scb.phone.view.fragment.registration;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.Button;
|
||
|
import androidx.recyclerview.widget.RecyclerView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class RegistrationManageDevicesFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private RegistrationManageDevicesFragment c;
|
||
|
private View e;
|
||
|
|
||
|
public RegistrationManageDevicesFragment_ViewBinding(RegistrationManageDevicesFragment registrationManageDevicesFragment, View view) {
|
||
|
super(registrationManageDevicesFragment, view);
|
||
|
this.c = registrationManageDevicesFragment;
|
||
|
registrationManageDevicesFragment.recyclerView = (RecyclerView) pyT.e(view, R.id.device_settings_recycler_view, "field 'recyclerView'", RecyclerView.class);
|
||
|
View a = pyT.a(view, R.id.next_button, "field 'nextButton' and method 'onButtonNext'");
|
||
|
registrationManageDevicesFragment.nextButton = (Button) pyT.c(a, R.id.next_button, "field 'nextButton'", Button.class);
|
||
|
this.e = a;
|
||
|
a.setOnClickListener(new gnL(this, registrationManageDevicesFragment) { // from class: com.scb.phone.view.fragment.registration.RegistrationManageDevicesFragment_ViewBinding.2
|
||
|
private RegistrationManageDevicesFragment c;
|
||
|
private RegistrationManageDevicesFragment_ViewBinding e;
|
||
|
|
||
|
{
|
||
|
this.e = this;
|
||
|
this.c = registrationManageDevicesFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.onButtonNext();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
RegistrationManageDevicesFragment registrationManageDevicesFragment = this.c;
|
||
|
if (registrationManageDevicesFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.c = null;
|
||
|
registrationManageDevicesFragment.recyclerView = null;
|
||
|
registrationManageDevicesFragment.nextButton = null;
|
||
|
this.e.setOnClickListener(null);
|
||
|
this.e = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|