41 lines
2.1 KiB
Java
41 lines
2.1 KiB
Java
|
package com.scb.phone.view.fragment.registration;
|
||
|
|
||
|
import android.view.View;
|
||
|
import android.widget.TextView;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.custom.common.DefaultButton;
|
||
|
import com.scb.phone.view.custom.login.CustomKeypad;
|
||
|
import com.scb.phone.view.custom.login.CustomPinInput;
|
||
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
||
|
import o.pyT;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public class RegistrationNewPinFragment_ViewBinding extends BaseFragment_ViewBinding {
|
||
|
private RegistrationNewPinFragment d;
|
||
|
|
||
|
public RegistrationNewPinFragment_ViewBinding(RegistrationNewPinFragment registrationNewPinFragment, View view) {
|
||
|
super(registrationNewPinFragment, view);
|
||
|
this.d = registrationNewPinFragment;
|
||
|
registrationNewPinFragment.customPinInput = (CustomPinInput) pyT.e(view, R.id.custom_pin_input, "field 'customPinInput'", CustomPinInput.class);
|
||
|
registrationNewPinFragment.customKeypad = (CustomKeypad) pyT.e(view, R.id.custom_keypad, "field 'customKeypad'", CustomKeypad.class);
|
||
|
registrationNewPinFragment.topTextView = (TextView) pyT.e(view, R.id.text_label_top, "field 'topTextView'", TextView.class);
|
||
|
registrationNewPinFragment.bottomTextView = (TextView) pyT.e(view, R.id.text_label_bottom, "field 'bottomTextView'", TextView.class);
|
||
|
registrationNewPinFragment.buttonNext = (DefaultButton) pyT.e(view, R.id.button_next, "field 'buttonNext'", DefaultButton.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
||
|
public final void a() {
|
||
|
RegistrationNewPinFragment registrationNewPinFragment = this.d;
|
||
|
if (registrationNewPinFragment == null) {
|
||
|
throw new IllegalStateException("Bindings already cleared.");
|
||
|
}
|
||
|
this.d = null;
|
||
|
registrationNewPinFragment.customPinInput = null;
|
||
|
registrationNewPinFragment.customKeypad = null;
|
||
|
registrationNewPinFragment.topTextView = null;
|
||
|
registrationNewPinFragment.bottomTextView = null;
|
||
|
registrationNewPinFragment.buttonNext = null;
|
||
|
super.a();
|
||
|
}
|
||
|
}
|