- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
21 lines
490 B
Java
21 lines
490 B
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import java.io.IOException;
|
|
import java.net.URL;
|
|
import java.net.URLConnection;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzcn {
|
|
private static zzcn zza = new zzcq();
|
|
|
|
public static synchronized zzcn zza() {
|
|
zzcn zzcnVar;
|
|
synchronized (zzcn.class) {
|
|
zzcnVar = zza;
|
|
}
|
|
return zzcnVar;
|
|
}
|
|
|
|
public abstract URLConnection zza(URL url, String str) throws IOException;
|
|
}
|