HHTextField.h
289 Bytes
//
// HHTextField.h
// HHDoctorSDK
//
// Created by Shi Jian on 2019/1/25.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface HHTextField : UITextField <UITextFieldDelegate>
@property(nonatomic, assign) IBInspectable NSUInteger hhMaxLength;
@end
NS_ASSUME_NONNULL_END