//
//  CallLogs.h
//  rainbow
//
//  Created by Doha Tubaileh on 9/24/19.
//  Copyright © 2019 Facebook. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
#import <React/RCTLog.h>
#import <Rainbow/Rainbow.h>
#import <WebRTC/WebRTC.h>

@interface CallLogs : NSObject <RCTBridgeModule>

@end
