Declaration

@IBOutlet weak var anchorButton: NSButton! { get set }

Declaration

@property (nonatomic, weak) NSButton * anchorButton;

Declaration

anchorButton() -> NSButton
setAnchorButton_(anchorButton: NSButton)