package com.mbridge.msdk.dycreator.baseview; import android.content.Context; import android.util.AttributeSet; /* loaded from: classes4.dex */ public class MBSplashImageBgView extends MBImageView { public MBSplashImageBgView(Context context, AttributeSet attributeSet) { super(context, attributeSet); } }