- 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
24 lines
606 B
Java
24 lines
606 B
Java
package com.mbridge.msdk.video.bt.module;
|
|
|
|
import android.content.Context;
|
|
import android.util.AttributeSet;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public class MBridgeBTRootLayout extends BTBaseView {
|
|
@Override // com.mbridge.msdk.video.bt.module.BTBaseView
|
|
public void init(Context context) {
|
|
}
|
|
|
|
@Override // com.mbridge.msdk.video.bt.module.BTBaseView
|
|
public void onDestory() {
|
|
}
|
|
|
|
public MBridgeBTRootLayout(Context context) {
|
|
super(context);
|
|
}
|
|
|
|
public MBridgeBTRootLayout(Context context, AttributeSet attributeSet) {
|
|
super(context, attributeSet);
|
|
}
|
|
}
|