@class SKNode; @interface SKConstraint : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property BOOL enabled; @property (retain, nonatomic) SKNode *referenceNode; + (id)scale:(id)a0; + (id)scaleX:(id)a0 scaleY:(id)a1; + (id)height:(id)a0; + (id)scaleX:(id)a0; + (id)scaleY:(id)a0; + (id)distance:(id)a0 toNode:(id)a1; + (id)distance:(id)a0 toPoint:(struct CGPoint { double x0; double x1; })a1; + (id)distance:(id)a0 toPoint:(struct CGPoint { double x0; double x1; })a1 inNode:(id)a2; + (id)orientToNode:(id)a0 offset:(id)a1; + (id)orientToPoint:(struct CGPoint { double x0; double x1; })a0 inNode:(id)a1 offset:(id)a2; + (id)orientToPoint:(struct CGPoint { double x0; double x1; })a0 offset:(id)a1; + (id)positionX:(id)a0; + (id)positionX:(id)a0 Y:(id)a1; + (id)positionY:(id)a0; + (id)width:(id)a0; + (id)width:(id)a0 height:(id)a1; + (id)zRotation:(id)a0; - (id)init; - (void)encodeWithCoder:(id)a0; - (id)description; - (void).cxx_destruct; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (BOOL)isEqualToConstraint:(id)a0; @end