mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-01 05:30:42 +00:00
7 lines
100 B
Objective-C
7 lines
100 B
Objective-C
|
|
#import "RCTBridgeModule.h"
|
|
|
|
@interface RNInstabugReactnative : NSObject <RCTBridgeModule>
|
|
|
|
@end
|
|
|