// ContentsquareInterfaceWrapper.h
#import <Foundation/Foundation.h>
#import <React/RCTUIManager.h>
#import <React/RCTBridgeModule.h>
#import "ContentsquareInterfaceWrapperBase.h"

@interface ContentsquareInterfaceWrapper : NSObject <ContentsquareInterfaceWrapperBase>

@end
