/* Copyright 2015 Realm Inc - All Rights Reserved * Proprietary and Confidential */ #import "js_util.hpp" namespace realm { class Realm; typedef std::shared_ptr SharedRealm; } JSClassRef RJSResultsClass(); JSObjectRef RJSResultsCreate(JSContextRef ctx, realm::SharedRealm realm, std::string className); JSObjectRef RJSResultsCreate(JSContextRef ctx, realm::SharedRealm realm, std::string className, std::string query, std::vector args);