
#ifdef RCT_NEW_ARCH_ENABLED
#import "SeonReactNativeMobileWrapperSpec/SeonReactNativeMobileWrapperSpec.h"
@interface SeonReactNativeMobileWrapper : NSObject <NativeSeonReactNativeMobileWrapperSpec>
#else
#import <React/RCTBridgeModule.h>
@interface SeonReactNativeMobileWrapper : NSObject <RCTBridgeModule>
#endif
@end
