- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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();
|
|
}
|