KWMTextFieldUtil.h 297 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//
//  KWMTextFieldUtil.h
//  iToYoung
//
//  Created by 陈荣科 on 16/7/21.
//  Copyright © 2016年 Kollway. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface KWMTextFieldUtil : UITextField

//限制字符长度包括中文
- (void)setTextFiledCountLimit:(NSInteger)maxLength;
@end