@class VSJSApp; @interface VSJSObject : NSObject @property (readonly, nonatomic) VSJSApp *context; - (id)init; - (id)initWithContext:(id)a0; - (void).cxx_destruct; @end