- 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
12 lines
278 B
Java
12 lines
278 B
Java
package com.mbridge.msdk.video.dynview.e;
|
|
|
|
import android.view.ViewGroup;
|
|
import com.mbridge.msdk.foundation.entity.CampaignUnit;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public interface g {
|
|
void a(int i, String str);
|
|
|
|
void a(ViewGroup viewGroup, CampaignUnit campaignUnit);
|
|
}
|