#ifndef RCTVXGMobileSDKManager_h
#define RCTVXGMobileSDKManager_h

#import <React/RCTViewManager.h>
#import <React/RCTBridgeModule.h>

@interface RCTVXGMobileSDKManager : RCTViewManager<RCTBridgeModule>

@end

#endif /* RCTVXGMobileSDKManager_h */
