#if __has_include() #import #import #import #else #import "RCTBridgeModule.h" #import "RCTEventDispatcher.h" #import "RCTUtils.h" #endif @import GoogleMobileAds; @interface RNDFPInterstitial : NSObject @property(nonatomic, strong) GAMInterstitialAd *interstitial; @end