16 lines
178 B
C
16 lines
178 B
C
|
|
//
|
||
|
|
// HKHTextField.h
|
||
|
|
// myhome
|
||
|
|
//
|
||
|
|
// Created by hkh on 16/9/19.
|
||
|
|
//
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <UIKit/UIKit.h>
|
||
|
|
|
||
|
|
@interface HKHTextField : UITextField
|
||
|
|
|
||
|
|
-(void) setMaxLength:(int)maxLen;
|
||
|
|
|
||
|
|
@end
|