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