NetMirror.apk
Download file
package a1;
/* JADX INFO: renamed from: a1.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0210a {
public static void a(boolean z3) {
if (!z3) {
throw new AssertionError();
}
}
public static void b(boolean z3, String str) {
if (!z3) {
throw new AssertionError(str);
}
}
public static Object c(Object obj) {
if (obj != null) {
return obj;
}
throw new AssertionError();
}
public static Object d(Object obj, String str) {
if (obj != null) {
return obj;
}
throw new AssertionError(str);
}
public static Object e(Object obj) {
return obj;
}
public static Object f(Object obj, String str) {
return obj;
}
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file