// // BrandioInterstitialMopubAdapter.h // MopubAdapterForiOS // // Created by rdorofeev on 7/12/19. // Copyright © 2019 rdorofeev. All rights reserved. // #if __has_include() #import #elif __has_include() #import #else #import "MoPub.h" #endif NS_ASSUME_NONNULL_BEGIN @interface DIOMopubInterstitialAdapter : MPFullscreenAdAdapter @end NS_ASSUME_NONNULL_END