#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>

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

@interface RNZendeskMessaging : NSObject <RCTBridgeModule>

@end
  