Advertisement
nsocean

HALAddressBook.h

Jul 9th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #import <AddressBook/AddressBook.h>
  2. #import <AddressBookUI/AddressBookUI.h>
  3. #import <AddressBook/ABAddressBook.h>
  4. #import <AddressBook/ABPerson.h>
  5.  
  6. @interface HALAddressBook : NSObject
  7.  
  8. #pragma mark - Properties
  9. @property NSArray *contacts;
  10.  
  11. #pragma mark - Instance Methods
  12.  
  13. - (BOOL)isAccessGranted;
  14.  
  15. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement