62 lines
2.7 KiB
Java
62 lines
2.7 KiB
Java
|
package com.scb.phone.view.custom.common;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.EditText;
|
||
|
import android.widget.ImageView;
|
||
|
import android.widget.TextView;
|
||
|
import butterknife.Unbinder;
|
||
|
import com.scb.phone.R;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class CustomLaserIdInput_ViewBinding implements Unbinder {
|
||
|
private View c;
|
||
|
private CustomLaserIdInput e;
|
||
|
|
||
|
public CustomLaserIdInput_ViewBinding(CustomLaserIdInput customLaserIdInput, View view) {
|
||
|
this.e = customLaserIdInput;
|
||
|
customLaserIdInput.etLaserIdFirst = (EditText) pyT.e(view, R.id.laser_id_first, "field 'etLaserIdFirst'", EditText.class);
|
||
|
customLaserIdInput.etLaserIdSecond = (EditText) pyT.e(view, R.id.laser_id_second, "field 'etLaserIdSecond'", EditText.class);
|
||
|
customLaserIdInput.etLaserIdThird = (EditText) pyT.e(view, R.id.laser_id_third, "field 'etLaserIdThird'", EditText.class);
|
||
|
customLaserIdInput.tvLaserIdError = (TextView) pyT.e(view, R.id.laser_id_error_text_view, "field 'tvLaserIdError'", TextView.class);
|
||
|
customLaserIdInput.tvLaserIdTitle = (TextView) pyT.e(view, R.id.laser_id_title, "field 'tvLaserIdTitle'", TextView.class);
|
||
|
View a = pyT.a(view, R.id.laser_id_help_button, "field 'laserIdHelpButton' and method 'onLaserIdButtonClicked'");
|
||
|
customLaserIdInput.laserIdHelpButton = (ImageView) pyT.c(a, R.id.laser_id_help_button, "field 'laserIdHelpButton'", ImageView.class);
|
||
|
this.c = a;
|
||
|
a.setOnClickListener(new gnL(this, customLaserIdInput) { // from class: com.scb.phone.view.custom.common.CustomLaserIdInput_ViewBinding.5
|
||
|
private CustomLaserIdInput_ViewBinding b;
|
||
|
private CustomLaserIdInput c;
|
||
|
|
||
|
{
|
||
|
this.b = this;
|
||
|
this.c = customLaserIdInput;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.c.onLaserIdButtonClicked(view2);
|
||
|
}
|
||
|
});
|
||
|
customLaserIdInput.laserIdHeader = pyT.a(view, R.id.laser_id_header, "field 'laserIdHeader'");
|
||
|
}
|
||
|
|
||
|
@Override // butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
CustomLaserIdInput customLaserIdInput = this.e;
|
||
|
if (customLaserIdInput == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.e = null;
|
||
|
customLaserIdInput.etLaserIdFirst = null;
|
||
|
customLaserIdInput.etLaserIdSecond = null;
|
||
|
customLaserIdInput.etLaserIdThird = null;
|
||
|
customLaserIdInput.tvLaserIdError = null;
|
||
|
customLaserIdInput.tvLaserIdTitle = null;
|
||
|
customLaserIdInput.laserIdHelpButton = null;
|
||
|
customLaserIdInput.laserIdHeader = null;
|
||
|
this.c.setOnClickListener(null);
|
||
|
this.c = null;
|
||
|
}
|
||
|
}
|