mirror of https://github.com/axmolengine/axmol.git
Add missing <UIKit/UIKit.h> for UITextField
This commit is contained in:
parent
7969224bf3
commit
bd9656bb08
|
@ -34,6 +34,7 @@
|
|||
#include "CCEditBoxImpl.h"
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface CustomUITextField : UITextField
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue