NSString+Check.h 223 B

123456789101112131415
  1. //
  2. // NSString+Check.h
  3. // jiaPei
  4. //
  5. // Created by apple on 16/8/15.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NSString (Check)
  10. -(BOOL)checkPhoneNumInput;
  11. @end