Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
package com.ironsource;
import kotlin.jvm.internal.DefaultConstructorMarker;
/* loaded from: classes2.dex */
public abstract class xn {
private yn a;
private long b;
private boolean c;
public xn() {
this(false, 1, null);
}
public xn(boolean z) {
this.c = z;
}
public /* synthetic */ xn(boolean z, int i, DefaultConstructorMarker defaultConstructorMarker) {
this((i & 1) != 0 ? false : z);
}
public final yn a() {
return this.a;
}
public final void a(yn ynVar) {
this.a = ynVar;
}
public final void a(boolean z) {
this.c = z;
if (!z) {
yn ynVar = this.a;
if (ynVar != null) {
ynVar.b(this);
return;
}
return;
}
this.b = System.currentTimeMillis();
yn ynVar2 = this.a;
if (ynVar2 != null) {
ynVar2.a(this);
}
}
public abstract String b();
public final long c() {
return this.b;
}
public final boolean d() {
return this.c;
}
}