Add missing <UIKit/UIKit.h> for UITextField

This commit is contained in:
Jeong YunWon 2013-03-06 21:22:32 +09:00
parent 7969224bf3
commit bd9656bb08
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include "CCEditBoxImpl.h"
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface CustomUITextField : UITextField
{