mirror of https://github.com/axmolengine/axmol.git
5 lines
76 B
C
5 lines
76 B
C
|
#import <UIKit/UIKit.h>
|
||
|
|
||
|
@interface CCInputView : UIView <UITextInput>
|
||
|
@end
|