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