NetMirror.apk
Download file
package X;
/* JADX INFO: loaded from: classes.dex */
public class o {
/* JADX INFO: renamed from: a, reason: collision with root package name */
public static final n f2742a = new b();
/* JADX INFO: renamed from: b, reason: collision with root package name */
public static final n f2743b = new c();
/* JADX INFO: renamed from: c, reason: collision with root package name */
public static final n f2744c = new d();
class a implements n {
/* JADX INFO: renamed from: a, reason: collision with root package name */
final /* synthetic */ Object f2745a;
a(Object obj) {
this.f2745a = obj;
}
@Override // X.n
public Object get() {
return this.f2745a;
}
}
class b implements n {
b() {
}
@Override // X.n
/* JADX INFO: renamed from: a, reason: merged with bridge method [inline-methods] */
public Boolean get() {
return Boolean.TRUE;
}
}
class c implements n {
c() {
}
@Override // X.n
/* JADX INFO: renamed from: a, reason: merged with bridge method [inline-methods] */
public Boolean get() {
return Boolean.FALSE;
}
}
class d implements n {
d() {
}
@Override // X.n
/* JADX INFO: renamed from: a, reason: merged with bridge method [inline-methods] */
public String get() {
return "";
}
}
public static n a(Object obj) {
return new a(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