react-native/Libraries/ActionSheetIOS/RCTActionSheetManager.h

10 lines
174 B
Objective-C

// Copyright 2004-present Facebook. All Rights Reserved.
#import <UIKit/UIKit.h>
#import "RCTBridge.h"
@interface RCTActionSheetManager : NSObject <RCTBridgeModule>
@end