Bold360 and BoldChat Developer Center

BCTextView.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import <UIKit/UIKit.h>
6 #import "BCTextViewWithPlaceHolder.h"
7 
12 @interface BCTextView : UITextView <BCTextViewWithPlaceHolder>
13 
14 @end
Protocol for a text view having a placeholder.
Definition: BCTextViewWithPlaceHolder.h:11
Textview extension with a placeholder.
Definition: BCTextView.h:12