浏览代码

remove duplicate requiresMainQueueSetup declaration

fixes #64
Travis Nuttall 6 年前
父节点
当前提交
69a662af51
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0
    5
      ios/RNFetchBlob/RNFetchBlob.m

+ 0
- 5
ios/RNFetchBlob/RNFetchBlob.m 查看文件

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