[ads][ios] Remove duplicate import

This commit is contained in:
Chris Bianca 2017-08-10 15:02:25 +01:00
parent da272d42a8
commit af1f65f835
1 changed files with 1 additions and 3 deletions

View File

@ -2,8 +2,6 @@
#if __has_include(<GoogleMobileAds/GADMobileAds.h>)
#import "GoogleMobileAds/GADMobileAds.h"
#import "RNFirebaseAdMobInterstitial.h"
#import "RNFirebaseAdMobRewardedVideo.h"
@ -225,4 +223,4 @@ RCT_EXPORT_METHOD(clearInterstitial:
}
@end
#endif
#endif