mirror of
https://github.com/wu736139669/react-native-QDDialog.git
synced 2026-08-05 06:18:35 +00:00
11 lines
173 B
Objective-C
11 lines
173 B
Objective-C
|
|
#if __has_include("RCTBridgeModule.h")
|
|
#import "RCTBridgeModule.h"
|
|
#else
|
|
#import <React/RCTBridgeModule.h>
|
|
#endif
|
|
|
|
@interface RNDialog : NSObject <RCTBridgeModule>
|
|
|
|
@end
|
|
|