2015-10-27 20:59:15 +00:00
|
|
|
/* Copyright 2015 Realm Inc - All Rights Reserved
|
|
|
|
* Proprietary and Confidential
|
|
|
|
*/
|
2015-08-13 16:12:48 +00:00
|
|
|
|
|
|
|
#import "RJSUtil.hpp"
|
|
|
|
#import "shared_realm.hpp"
|
2015-10-13 21:44:31 +00:00
|
|
|
#import "list.hpp"
|
2015-08-13 16:12:48 +00:00
|
|
|
|
2015-10-13 22:27:24 +00:00
|
|
|
JSClassRef RJSListClass();
|
|
|
|
JSObjectRef RJSListCreate(JSContextRef ctx, realm::List &list);
|