//
//  TextViewCustom.h
//  Minfo
//
//  Created by Nguyen Hieu on 1/14/13.
//  Copyright (c) 2013 Nguyen Hieu. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface TextViewCustom : UITextView
{

}
@property (nonatomic, strong) NSString *placeholder;
@property (nonatomic, strong) UIColor *placeholderTextColor;

@end
