diff --git a/Classes/SZTextView.h b/Classes/SZTextView.h index 5a398b8..3b6323d 100644 --- a/Classes/SZTextView.h +++ b/Classes/SZTextView.h @@ -10,8 +10,8 @@ @interface SZTextView : UITextView -@property (copy, nonatomic) NSString *placeholder; +@property (copy, nonatomic) IBInspectable NSString *placeholder; @property (copy, nonatomic) NSAttributedString *attributedPlaceholder; -@property (retain, nonatomic) UIColor *placeholderTextColor UI_APPEARANCE_SELECTOR; +@property (retain, nonatomic) IBInspectable UIColor *placeholderTextColor UI_APPEARANCE_SELECTOR; @end