60 lines
2.4 KiB
Java
60 lines
2.4 KiB
Java
|
package com.scb.phone.view.fragment.otppin;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.login.CustomKeypad;
|
||
|
import com.scb.phone.view.custom.login.CustomPinTextInput;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.gnL;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class OtpPinFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private OtpPinFragment b;
|
||
|
private View d;
|
||
|
|
||
|
public OtpPinFragment_ViewBinding(OtpPinFragment otpPinFragment, View view) {
|
||
|
super(otpPinFragment, view);
|
||
|
this.b = otpPinFragment;
|
||
|
otpPinFragment.enterOtpMessage = (TextView) pyT.e(view, R.id.enter_otp_label, "field 'enterOtpMessage'", TextView.class);
|
||
|
otpPinFragment.refCodeTextView = (TextView) pyT.e(view, R.id.ref_code, "field 'refCodeTextView'", TextView.class);
|
||
|
otpPinFragment.customPinInput = (CustomPinTextInput) pyT.e(view, R.id.custom_pin_input, "field 'customPinInput'", CustomPinTextInput.class);
|
||
|
otpPinFragment.customKeypad = (CustomKeypad) pyT.e(view, R.id.custom_keypad, "field 'customKeypad'", CustomKeypad.class);
|
||
|
otpPinFragment.errorMessage = (TextView) pyT.e(view, R.id.text_error_message, "field 'errorMessage'", TextView.class);
|
||
|
View a = pyT.a(view, R.id.tv_resend, "method 'onResendSmsClick'");
|
||
|
this.d = a;
|
||
|
a.setOnClickListener(new gnL(this, otpPinFragment) { // from class: com.scb.phone.view.fragment.otppin.OtpPinFragment_ViewBinding.3
|
||
|
private OtpPinFragment_ViewBinding a;
|
||
|
private OtpPinFragment e;
|
||
|
|
||
|
{
|
||
|
this.a = this;
|
||
|
this.e = otpPinFragment;
|
||
|
}
|
||
|
|
||
|
@Override // o.gnL
|
||
|
public final void e(View view2) {
|
||
|
this.e.onResendSmsClick();
|
||
|
}
|
||
|
});
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
OtpPinFragment otpPinFragment = this.b;
|
||
|
if (otpPinFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.b = null;
|
||
|
otpPinFragment.enterOtpMessage = null;
|
||
|
otpPinFragment.refCodeTextView = null;
|
||
|
otpPinFragment.customPinInput = null;
|
||
|
otpPinFragment.customKeypad = null;
|
||
|
otpPinFragment.errorMessage = null;
|
||
|
this.d.setOnClickListener(null);
|
||
|
this.d = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|