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); } }