diff --git a/ios/RNEmarsysGeofenceWrapper.h b/ios/RNEmarsysGeofenceWrapper.h index 6b14efe..2d9c1fd 100644 --- a/ios/RNEmarsysGeofenceWrapper.h +++ b/ios/RNEmarsysGeofenceWrapper.h @@ -1,8 +1,4 @@ -#if __has_include("RCTBridgeModule.h") -#import "RCTBridgeModule.h" -#else #import -#endif @interface RNEmarsysGeofenceWrapper : NSObject diff --git a/ios/RNEmarsysInAppWrapper.h b/ios/RNEmarsysInAppWrapper.h index 8bd884d..59a5e95 100644 --- a/ios/RNEmarsysInAppWrapper.h +++ b/ios/RNEmarsysInAppWrapper.h @@ -1,8 +1,4 @@ -#if __has_include("RCTBridgeModule.h") -#import "RCTBridgeModule.h" -#else #import -#endif @interface RNEmarsysInAppWrapper : NSObject diff --git a/ios/RNEmarsysInboxWrapper.h b/ios/RNEmarsysInboxWrapper.h index e8062b3..f519cff 100644 --- a/ios/RNEmarsysInboxWrapper.h +++ b/ios/RNEmarsysInboxWrapper.h @@ -1,8 +1,4 @@ -#if __has_include("RCTBridgeModule.h") -#import "RCTBridgeModule.h" -#else #import -#endif @interface RNEmarsysInboxWrapper : NSObject diff --git a/ios/RNEmarsysPredictWrapper.h b/ios/RNEmarsysPredictWrapper.h index 04dc82e..f0bfa75 100644 --- a/ios/RNEmarsysPredictWrapper.h +++ b/ios/RNEmarsysPredictWrapper.h @@ -1,8 +1,4 @@ -#if __has_include("RCTBridgeModule.h") -#import "RCTBridgeModule.h" -#else #import -#endif @interface RNEmarsysPredictWrapper : NSObject diff --git a/ios/RNEmarsysPushWrapper.h b/ios/RNEmarsysPushWrapper.h index 94118a3..370ad75 100644 --- a/ios/RNEmarsysPushWrapper.h +++ b/ios/RNEmarsysPushWrapper.h @@ -1,8 +1,4 @@ -#if __has_include("RCTBridgeModule.h") -#import "RCTBridgeModule.h" -#else #import -#endif @interface RNEmarsysPushWrapper : NSObject diff --git a/ios/RNEmarsysWrapper.h b/ios/RNEmarsysWrapper.h index 5442157..24196ac 100644 --- a/ios/RNEmarsysWrapper.h +++ b/ios/RNEmarsysWrapper.h @@ -1,8 +1,4 @@ -#if __has_include("RCTBridgeModule.h") -#import "RCTBridgeModule.h" -#else #import -#endif #import @interface RNEmarsysWrapper : RCTEventEmitter