Bläddra i källkod

remove duplicate requiresMainQueueSetup declaration

fixes #64
Travis Nuttall 6 år sedan
förälder
incheckning
69a662af51
1 ändrade filer med 0 tillägg och 5 borttagningar
  1. 0
    5
      ios/RNFetchBlob/RNFetchBlob.m

+ 0
- 5
ios/RNFetchBlob/RNFetchBlob.m Visa fil

@@ -74,11 +74,6 @@ RCT_EXPORT_MODULE();
74 74
              };
75 75
 }
76 76
 
77
-+ (BOOL)requiresMainQueueSetup
78
-{
79
-    return YES;
80
-}
81
-
82 77
 // Fetch blob data request
83 78
 RCT_EXPORT_METHOD(fetchBlobForm:(NSDictionary *)options
84 79
                   taskId:(NSString *)taskId