Declaration

var view: NSView { get set }

Declaration

@property (strong) NSView * view;

Declaration

view() -> NSView
setView_(view: NSView)