Declaration

var textView: NSTextView! { get set }

Declaration

@property (nonatomic, strong) NSTextView * textView;

Declaration

textView() -> NSTextView
setTextView_(textView: NSTextView)