- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
27 lines
503 B
Java
27 lines
503 B
Java
package com.google.android.gms.measurement.internal;
|
|
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zznd {
|
|
private String zza;
|
|
private Map<String, String> zzb;
|
|
|
|
public final String zza() {
|
|
return this.zza;
|
|
}
|
|
|
|
public final Map<String, String> zzb() {
|
|
return this.zzb;
|
|
}
|
|
|
|
public zznd(String str) {
|
|
this.zza = str;
|
|
}
|
|
|
|
public zznd(String str, Map<String, String> map) {
|
|
this.zza = str;
|
|
this.zzb = map;
|
|
}
|
|
}
|