- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
15 lines
364 B
Java
15 lines
364 B
Java
package com.mbridge.msdk.mbbanner.common.b;
|
|
|
|
import com.mbridge.msdk.foundation.entity.CampaignUnit;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public interface b {
|
|
void a(com.mbridge.msdk.foundation.c.b bVar);
|
|
|
|
void a(String str, int i, boolean z);
|
|
|
|
void a(String str, CampaignUnit campaignUnit, boolean z);
|
|
|
|
void b(com.mbridge.msdk.foundation.c.b bVar);
|
|
}
|