- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
66 lines
1.0 KiB
Java
66 lines
1.0 KiB
Java
package com.applovin.impl;
|
|
|
|
import android.os.Handler;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface be {
|
|
|
|
public interface b {
|
|
void a(be beVar, fo foVar);
|
|
}
|
|
|
|
td a();
|
|
|
|
wd a(a aVar, n0 n0Var, long j);
|
|
|
|
void a(Handler handler, a7 a7Var);
|
|
|
|
void a(Handler handler, ce ceVar);
|
|
|
|
void a(a7 a7Var);
|
|
|
|
void a(b bVar);
|
|
|
|
void a(b bVar, xo xoVar);
|
|
|
|
void a(ce ceVar);
|
|
|
|
void a(wd wdVar);
|
|
|
|
void b();
|
|
|
|
void b(b bVar);
|
|
|
|
void c(b bVar);
|
|
|
|
default boolean c() {
|
|
return true;
|
|
}
|
|
|
|
default fo d() {
|
|
return null;
|
|
}
|
|
|
|
public static final class a extends yd {
|
|
public a b(Object obj) {
|
|
return new a(super.a(obj));
|
|
}
|
|
|
|
public a(yd ydVar) {
|
|
super(ydVar);
|
|
}
|
|
|
|
public a(Object obj) {
|
|
super(obj);
|
|
}
|
|
|
|
public a(Object obj, int i, int i2, long j) {
|
|
super(obj, i, i2, j);
|
|
}
|
|
|
|
public a(Object obj, long j, int i) {
|
|
super(obj, j, i);
|
|
}
|
|
}
|
|
}
|