
#ifdef RCT_NEW_ARCH_ENABLED
#import "ContentsquareBridge/ContentsquareBridge.h"
#else
#import <React/RCTBridgeModule.h>
#endif

@protocol ContentsquareInterfaceWrapperBase;

@interface ContentsquareBridgeModule : NSObject <
#ifdef RCT_NEW_ARCH_ENABLED
                                           NativeContentsquareModuleSpec
#else
                                           RCTBridgeModule
#endif
                                           >

#if DEBUG
@property (nonatomic, readonly, strong) id<ContentsquareInterfaceWrapperBase> contentsquareSDKInterfaceWrapper;
#endif

@end
