mirror of https://github.com/axmolengine/axmol.git
16 lines
285 B
C
16 lines
285 B
C
|
//
|
||
|
// CCUISingleLineTextField.h
|
||
|
// cocos2d_libs
|
||
|
//
|
||
|
// Created by Mazyad Alabduljaleel on 9/15/15.
|
||
|
//
|
||
|
//
|
||
|
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#import "UITextField+CCUITextInput.h"
|
||
|
|
||
|
/** TODO: Missing doc - Why is this subclass necessary?
|
||
|
*/
|
||
|
@interface CCUISingleLineTextField : UITextField
|
||
|
@end
|