mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-09 13:55:49 +00:00
13 lines
297 B
Objective-C
13 lines
297 B
Objective-C
/* Copyright 2015 Realm Inc - All Rights Reserved
|
|
* Proprietary and Confidential
|
|
*/
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <JavaScriptCore/JavaScriptCore.h>
|
|
|
|
extern JSGlobalContextRef RealmReactGetJSGlobalContextForExecutor(id executor, bool create);
|
|
|
|
@interface RealmReact : NSObject
|
|
|
|
@end
|