Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
package com.google.android.gms.common.config;
|
||||
|
||||
import com.google.android.gms.common.internal.Preconditions;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
final class zzc extends GservicesValue {
|
||||
zzc(String str, Integer num) {
|
||||
super(str, num);
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.common.config.GservicesValue
|
||||
protected final /* bridge */ /* synthetic */ Object zza(String str) {
|
||||
Preconditions.checkNotNull(null);
|
||||
throw null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user