Declaration

var otherKnob2: NSPoint { get set }

Declaration

@property (nonatomic) NSPoint otherKnob2;

Declaration

otherKnob2() -> NSPoint
setOtherKnob2_(otherKnob2: NSPoint)