Declaration

@IBOutlet unowned(unsafe) var topField: NSTextField! { get set }

Declaration

@property (nonatomic, unsafe_unretained) NSTextField * topField;

Declaration

topField() -> NSTextField
setTopField_(topField: NSTextField)