- 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
27 lines
318 B
Java
27 lines
318 B
Java
package com.mbridge.msdk.video.signal;
|
|
|
|
import android.content.res.Configuration;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public interface b {
|
|
void a();
|
|
|
|
void a(int i);
|
|
|
|
void a(Configuration configuration);
|
|
|
|
void b();
|
|
|
|
void c();
|
|
|
|
void d();
|
|
|
|
void e();
|
|
|
|
void f();
|
|
|
|
void g();
|
|
|
|
int h();
|
|
}
|