reversed doubled method

This commit is contained in:
Hagen Hübel
2017-11-03 18:10:39 +01:00
parent 876ed9b18b
commit 39bca4d965
-5
View File
@@ -812,9 +812,4 @@ RCT_EXPORT_METHOD(touch:(NSString*)filepath
};
}
+ (BOOL)requiresMainQueueSetup
{
return YES;
}
@end