// // CNContact+RAContact.h // ContactDemo // // Created by Jack on 2018/12/25. // Copyright © 2018 USAI. All rights reserved. // #import <Contacts/Contacts.h> @interface CNContact (RAContact) - (BOOL)ra_containsKeyWord:(NSString *)keyword; @end