mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-17 19:46:10 +08:00
Implement download progress
This commit is contained in:
@@ -6,13 +6,11 @@
|
||||
// Copyright © 2016 erica. All rights reserved.
|
||||
//
|
||||
|
||||
#if __has_include(<React/RCTBridge.h>)
|
||||
#import <React/RCTBridgeModule.h>
|
||||
#else
|
||||
#import "RCTBridgeModule.h"
|
||||
#endif
|
||||
#import <React/RCTEventEmitter.h>
|
||||
|
||||
@interface RCTPushy : NSObject<RCTBridgeModule>
|
||||
|
||||
@interface RCTPushy : RCTEventEmitter<RCTBridgeModule>
|
||||
|
||||
+ (NSURL *)bundleURL;
|
||||
|
||||
|
Reference in New Issue
Block a user