instabug-reactnative/ios/RNInstabug/InstabugReactBridge.h

16 lines
316 B
Objective-C

//
// InstabugReactBridge.h
// instabugDemo
//
// Created by Yousef Hamza on 9/29/16.
// Copyright © 2016 Facebook. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <React/RCTBridgeModule.h>
#import "RCTEventEmitter.h"
@interface InstabugReactBridge : RCTEventEmitter <RCTBridgeModule>
@end