//
//  RNCCMessages.h
//  RNContextCenter
//
//  Created by Shaffiulla Khan on 07/01/19.
//  Copyright © 2019 Impekable LLC. All rights reserved.
//

#if __has_include(<React/RCTBridgeModule.h>)
#import <React/RCTBridgeModule.h>
#else
#import "RCTBridgeModule.h"
#endif
#if __has_include(<React/RCTEventEmitter.h>)
#import <React/RCTEventEmitter.h>
#else
#import "RCTEventEmitter.h"
#endif
#import <TwilioChatClient/TCHMessage.h>
#import <TwilioChatClient/TCHMessages.h>
#import <TwilioChatClient/TCHMessageOptions.h>

@interface RNCCMessages : RCTEventEmitter <RCTBridgeModule>

@end
