Revert import from D4133936 (13aba8)

Summary:
This broke the open source build: http://imgur.com/a/1Btd1

javache tells me reverting this line should fix it.

Reviewed By: javache, ericvicenti

Differential Revision: D4178951

fbshipit-source-id: c680de6b3b48bf137294dfe053afaff7b0613caf
This commit is contained in:
Martin Konicek 2016-11-14 16:21:26 -08:00 коммит произвёл Facebook Github Bot
Родитель 6fe977d5cc
Коммит 7991d1206b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@
#import <JavaScriptCore/JavaScriptCore.h>
#import <FBReactKit/RCTDefines.h>
#import "RCTDefines.h"
typedef void (*voidWithNoParamsFuncType)();
typedef JSStringRef (*JSStringCreateWithCFStringFuncType)(CFStringRef);