Declaration

var otherKnob1: NSPoint { get set }

Declaration

@property (nonatomic) NSPoint otherKnob1;

Declaration

otherKnob1() -> NSPoint
setOtherKnob1_(otherKnob1: NSPoint)