59 lines
1.6 KiB
Java
59 lines
1.6 KiB
Java
|
package o;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
import com.scb.phone.view.activity.registration.RegistrationPersonalInformationActivity;
|
||
|
import o.C0997Th;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class fJE implements C0997Th.Sts {
|
||
|
public static final RVV CREATOR = new RVV(0);
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public fJE() {
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
||
|
public fJE(Parcel parcel) {
|
||
|
this();
|
||
|
C14957gcv.e(parcel, "");
|
||
|
}
|
||
|
|
||
|
@Override // o.C0997Th.Sts
|
||
|
public final void c(Context context) {
|
||
|
C14957gcv.e(context, "");
|
||
|
context.startActivity(RegistrationPersonalInformationActivity.alm_(context, "REGISTER_INPUT_FLOW_TOUCH_POINT"));
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public static final class RVV implements Parcelable.Creator<fJE> {
|
||
|
private RVV() {
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ fJE createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new fJE(parcel);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ fJE[] newArray(int i) {
|
||
|
return new fJE[i];
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ RVV(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
}
|
||
|
}
|