UITextfield+NLLimit.h 104 B

12345
  1. // .h file
  2. @interface UITextField (NLLimit)
  3. @property (assign, nonatomic) NSUInteger nl_maxLength;
  4. @end