NetMirror.apk
Download file
package S0;
import kotlin.jvm.internal.DefaultConstructorMarker;
/* JADX INFO: loaded from: classes.dex */
public final class h {
/* JADX INFO: renamed from: a, reason: collision with root package name */
private final boolean f2310a;
/* JADX INFO: renamed from: b, reason: collision with root package name */
private final boolean f2311b;
/* JADX WARN: Illegal instructions before constructor call */
public h() {
boolean z3 = false;
this(z3, z3, 3, null);
}
public final boolean a() {
return this.f2310a;
}
public final boolean b() {
return this.f2311b;
}
public h(boolean z3, boolean z4) {
this.f2310a = z3;
this.f2311b = z4;
}
public /* synthetic */ h(boolean z3, boolean z4, int i3, DefaultConstructorMarker defaultConstructorMarker) {
this((i3 & 1) != 0 ? false : z3, (i3 & 2) != 0 ? false : z4);
}
}
⚠️ 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