- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
15 lines
310 B
Java
15 lines
310 B
Java
package com.ironsource;
|
|
|
|
import android.content.Context;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface kg {
|
|
void a(Context context, String str, int i);
|
|
|
|
void a(Context context, String str, long j);
|
|
|
|
int b(Context context, String str, int i);
|
|
|
|
long b(Context context, String str, long j);
|
|
}
|