mirror of
https://github.com/zhigang1992/react-native-progress-display.git
synced 2026-04-14 23:18:29 +08:00
12 lines
179 B
Objective-C
12 lines
179 B
Objective-C
|
|
#if __has_include("RCTBridgeModule.h")
|
|
#import "RCTBridgeModule.h"
|
|
#else
|
|
#import <React/RCTBridgeModule.h>
|
|
#endif
|
|
|
|
@interface RNProgressHUD : NSObject <RCTBridgeModule>
|
|
|
|
@end
|
|
|