Browse Source

remove duplicate requiresMainQueueSetup declaration

fixes #64
Travis Nuttall 6 years ago
parent
commit
69a662af51
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      ios/RNFetchBlob/RNFetchBlob.m

+ 0
- 5
ios/RNFetchBlob/RNFetchBlob.m View File

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