- 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
20 lines
485 B
Java
20 lines
485 B
Java
package com.mbridge.msdk.nativex.view;
|
|
|
|
import android.content.Context;
|
|
import android.util.AttributeSet;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public class MBMediaView extends BaseMBMediaView {
|
|
public static final /* synthetic */ int $r8$clinit = 0;
|
|
|
|
public MBMediaView(Context context) {
|
|
super(context);
|
|
this.a = true;
|
|
}
|
|
|
|
public MBMediaView(Context context, AttributeSet attributeSet) {
|
|
super(context, attributeSet);
|
|
this.a = true;
|
|
}
|
|
}
|