Bold360 and BoldChat Developer Center

BCTextViewWithPlaceHolder.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import <Foundation/Foundation.h>
6 
11 @protocol BCTextViewWithPlaceHolder <NSObject>
12 
17 @property (nonatomic, strong) NSString *placeholder;
18 
23 @property (nonatomic, strong) UIColor *placeholderColor;
24 
25 @end
UIColor * placeholderColor
Placeholder color.
Definition: BCTextViewWithPlaceHolder.h:23
Protocol for a text view having a placeholder.
Definition: BCTextViewWithPlaceHolder.h:11
NSString * placeholder
Placeholder value.
Definition: BCTextViewWithPlaceHolder.h:17