Przeglądaj źródła

remove duplicate requiresMainQueueSetup declaration

fixes #64
Travis Nuttall 6 lat temu
rodzic
commit
69a662af51
1 zmienionych plików z 0 dodań i 5 usunięć
  1. 0
    5
      ios/RNFetchBlob/RNFetchBlob.m

+ 0
- 5
ios/RNFetchBlob/RNFetchBlob.m Wyświetl plik

@@ -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