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