10 lines
189 B
C
10 lines
189 B
C
|
// Copyright 2004-present Facebook. All Rights Reserved.
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
|
||
|
#import "RCTBridgeModule.h"
|
||
|
|
||
|
@interface RCTExceptionsManager : NSObject <RCTBridgeModule>
|
||
|
|
||
|
@end
|