CNContact+RAContact.h 255 B

123456789101112131415
  1. //
  2. // CNContact+RAContact.h
  3. // ContactDemo
  4. //
  5. // Created by Jack on 2018/12/25.
  6. // Copyright © 2018 USAI. All rights reserved.
  7. //
  8. #import <Contacts/Contacts.h>
  9. @interface CNContact (RAContact)
  10. - (BOOL)ra_containsKeyWord:(NSString *)keyword;
  11. @end