@class NSString; @interface SCNActionJavaScript : SCNAction { NSString *_script; } + (BOOL)supportsSecureCoding; + (id)javaScriptActionWithDuration:(double)a0 script:(id)a1; - (void)dealloc; - (id)parameters; - (void)encodeWithCoder:(id)a0; - (id)initWithString:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (BOOL)isCustom; - (id)reversedAction; @end