axmol/cocos/platform/ios/CCInputView-ios.h

5 lines
76 B
Objective-C

#import <UIKit/UIKit.h>
@interface CCInputView : UIView <UITextInput>
@end