mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-11 17:21:11 +08:00
10 lines
168 B
Objective-C
10 lines
168 B
Objective-C
// Copyright 2004-present Facebook. All Rights Reserved.
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import "RCTExport.h"
|
|
|
|
@interface RCTAlertManager : NSObject <RCTNativeModule>
|
|
|
|
@end
|