Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #import <AddressBook/AddressBook.h>
- #import <AddressBookUI/AddressBookUI.h>
- #import <AddressBook/ABAddressBook.h>
- #import <AddressBook/ABPerson.h>
- @interface HALAddressBook : NSObject
- #pragma mark - Properties
- @property NSArray *contacts;
- #pragma mark - Instance Methods
- - (BOOL)isAccessGranted;
- @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement