#import "include/cef.h" #import class NativeHandler : public CefV8Handler { public: NativeHandler(); CefRefPtr m_object; virtual bool Execute(const CefString& name, CefRefPtr object, const CefV8ValueList& arguments, CefRefPtr& retval, CefString& exception) OVERRIDE; // Provide the reference counting implementation for this class. IMPLEMENT_REFCOUNTING(NativeHandler); };