FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSTextView.h
Go to the documentation of this file.
1 //
2 // NSTextView.h
3 // FoundationExtension
4 //
5 // Created by Jeong YunWon on 12. 11. 18..
6 // Copyright (c) 2012 youknowone.org. All rights reserved.
7 //
8 
15 #import <Cocoa/Cocoa.h>
16 
21 
23 @property(nonatomic, retain) NSString *placeholderString;
24 
25 @end
NSString * placeholderString
Seems private API.
Definition: NSTextView.h:23
Append placeholder support.
Definition: NSTextView.h:20