mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-01 13:40:42 +00:00
15 lines
275 B
C
15 lines
275 B
C
|
//
|
||
|
// InstabugReactBridge.h
|
||
|
// instabugDemo
|
||
|
//
|
||
|
// Created by Yousef Hamza on 9/29/16.
|
||
|
// Copyright © 2016 Facebook. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import "RCTBridgeModule.h"
|
||
|
|
||
|
@interface InstabugReactBridge : NSObject <RCTBridgeModule>
|
||
|
|
||
|
@end
|