mirror of https://github.com/axmolengine/axmol.git
16 lines
285 B
Objective-C
16 lines
285 B
Objective-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
|