react-native/ReactKit/Modules/RCTAlertManager.h
2015-01-29 17:10:49 -08:00

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