ChineseInclude.h 251 B

1234567891011121314
  1. //
  2. // ChineseInclude.h
  3. // Search
  4. //
  5. // Created by LYZ on 14-1-24.
  6. // Copyright (c) 2014年 LYZ. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface ChineseInclude : NSObject
  10. + (BOOL)isIncludeChineseInString:(NSString*)str;
  11. @end