From 3bed336bb44873d75a0bc641e776c8ccb6ce8009 Mon Sep 17 00:00:00 2001 From: glaszig Date: Sun, 1 Mar 2015 17:59:59 +0100 Subject: [PATCH] adding IBInspectable to --- Classes/SZTextView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/SZTextView.h b/Classes/SZTextView.h index 2fe3039..7d7c7c6 100644 --- a/Classes/SZTextView.h +++ b/Classes/SZTextView.h @@ -14,6 +14,6 @@ IB_DESIGNABLE @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