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