#ifndef WeakRef_h #define WeakRef_h #include "Common.h" namespace tns { class WeakRef { public: static void Init(v8::Local context); }; } #endif /* WeakRef_h */