realm-js/src/js_list.hpp

11 lines
247 B
C++
Raw Normal View History

/* Copyright 2015 Realm Inc - All Rights Reserved
* Proprietary and Confidential
*/
2015-08-13 09:12:48 -07:00
2015-11-27 18:36:04 -08:00
#import "js_util.hpp"
2015-08-13 09:12:48 -07:00
#import "shared_realm.hpp"
2015-10-13 14:44:31 -07:00
#import "list.hpp"
2015-08-13 09:12:48 -07:00
2015-10-13 15:27:24 -07:00
JSClassRef RJSListClass();
JSObjectRef RJSListCreate(JSContextRef ctx, realm::List &list);