8 lines
127 B
Mathematica
8 lines
127 B
Mathematica
|
#import "RNFirebaseAdMob.h"
|
||
|
|
||
|
@implementation RNFirebaseAdMob
|
||
|
RCT_EXPORT_MODULE();
|
||
|
RCT_EXPORT_METHOD(nativeSDKMissing) {}
|
||
|
@end
|
||
|
|