Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.google.android.gms.common.internal;
|
||||
|
||||
import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
final class zzh implements Parcelable.Creator {
|
||||
zzh() {
|
||||
}
|
||||
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final /* synthetic */ Object createFromParcel(Parcel parcel) {
|
||||
return new BinderWrapper(parcel, null);
|
||||
}
|
||||
|
||||
@Override // android.os.Parcelable.Creator
|
||||
public final /* synthetic */ Object[] newArray(int i) {
|
||||
return new BinderWrapper[i];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user