package com.google.android.gms.ads.mediation; import android.content.Context; /* loaded from: classes.dex */ public interface MediationInterstitialAd { void showAd(Context context); }