Skip to content

Commit

Permalink
Merge pull request #150 from abozanona/patch-1
Browse files Browse the repository at this point in the history
Suggested fix for #22 , #54 & #81
  • Loading branch information
edeuss authored Apr 30, 2020
2 parents 3b5c449 + ed363fd commit ff19fd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/Classes/AdmobFlutterPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
*/

#import "AdmobFlutterPlugin.h"
#if __has_include(<admob_flutter/admob_flutter-Swift.h>)
#import <admob_flutter/admob_flutter-Swift.h>
#else
#import "admob_flutter-Swift.h"
#endif


@implementation AdmobFlutterPlugin
Expand Down

0 comments on commit ff19fd5

Please sign in to comment.