mirror of
https://github.com/status-im/react-native-fs.git
synced 2026-08-27 10:01:09 +00:00
fixed: warning: this block declaration is not a prototype [-Wstrict-prototypes]
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
typedef void (^UploadCompleteCallback)(NSString*, NSURLResponse *);
|
||||
typedef void (^UploadErrorCallback)(NSError*);
|
||||
typedef void (^UploadBeginCallback)();
|
||||
typedef void (^UploadBeginCallback)(void);
|
||||
typedef void (^UploadProgressCallback)(NSNumber*, NSNumber*);
|
||||
|
||||
@interface RNFSUploadParams : NSObject
|
||||
|
||||
Reference in New Issue
Block a user