- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
18 lines
442 B
Java
18 lines
442 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzggo {
|
|
public static final zzggo zza = new zzggo("TINK");
|
|
public static final zzggo zzb = new zzggo("CRUNCHY");
|
|
public static final zzggo zzc = new zzggo("NO_PREFIX");
|
|
private final String zzd;
|
|
|
|
private zzggo(String str) {
|
|
this.zzd = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
return this.zzd;
|
|
}
|
|
}
|