Advertisement
Guest User

HALAddressBook.h

a guest
Jul 8th, 2014
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #import <Foundation/Foundation.h>
  2. #import <AddressBook/AddressBook.h>
  3. #import <AddressBookUI/AddressBookUI.h>
  4. #import <AddressBook/ABAddressBook.h>
  5. #import <AddressBook/ABPerson.h>
  6.  
  7. @interface HALAddressBook : NSObject
  8.  
  9. // Properties
  10. @property (nonatomic) NSArray *allContacts;
  11.  
  12. // Instance methods
  13. // Returns YES if access is granted
  14. - (BOOL)requestAccess;
  15.  
  16. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement