- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
12 lines
296 B
Java
12 lines
296 B
Java
package csdk.gluads;
|
|
|
|
import java.util.concurrent.Future;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public class KillSwitch {
|
|
public static final KillSwitch DEFAULT = new KillSwitch();
|
|
public Future<?> appLovinEnabled;
|
|
public Future<?> ironSourceEnabled;
|
|
public Future<?> tapjoyEnabled;
|
|
}
|