Declaration

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

Declaration

@property (nonatomic, weak) NSButton * secondButton;

Declaration

secondButton() -> NSButton
setSecondButton_(secondButton: NSButton)