mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
101125f891
Summary: RCTActionSheetManager is now hooked up to the NativeModule codegen. It's also TurboModule-compatible. Reviewed By: PeteTheHeat Differential Revision: D16966007 fbshipit-source-id: 8fdd32cf9fa09ccda9f38513bb0ac9896f8af1b0
15 lines
312 B
Objective-C
15 lines
312 B
Objective-C
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import <React/RCTBridge.h>
|
|
|
|
@interface RCTActionSheetManager : NSObject <RCTBridgeModule>
|
|
|
|
@end
|