// // NSString+Check.h // jiaPei // // Created by apple on 16/8/15. // Copyright © 2016年 JCZ. All rights reserved. // #import <Foundation/Foundation.h> @interface NSString (Check) -(BOOL)checkPhoneNumInput; @end