mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2026-08-31 06:01:23 +00:00
7 lines
100 B
Objective-C
7 lines
100 B
Objective-C
|
|
#import "RCTBridgeModule.h"
|
|
|
|
@interface RNInstabugReactnative : NSObject <RCTBridgeModule>
|
|
|
|
@end
|
|
|