Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UISearchBar+TextColor.h
Go to the documentation of this file.
1 //
2 // UISearchBar+TextColor.h
3 // socioville
4 //
5 // Created by Valentin Filip on 09.04.2012.
6 // Copyright (c) 2012 App Design Vault. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
10 
11 @interface UISearchBar (TextColor)
12 
13 - (UITextField *)field;
14 - (UIColor *)textColor;
15 - (void)setTextColor:(UIColor *)color;
16 
17 @end