16 lines
178 B
C
Raw Normal View History

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