Declaration

@IBOutlet weak var okButton: NSButton? { get set }

Declaration

@property (nonatomic, weak) NSButton * okButton;

Declaration

okButton() -> NSButton
setOkButton_(okButton: NSButton)