Advertisement
nsocean

HALContact.h

Jul 9th, 2014
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #import "HALAddressBook.h"
  2.  
  3. @interface HALContact : NSObject
  4.  
  5. #pragma mark - Properties
  6. @property NSArray *phoneNumbers;
  7. @property NSString *mainPhoneNumber;
  8. @property NSString *firstName;
  9. @property ABRecordRef contactRef;
  10.  
  11. #pragma mark - Instance Variables
  12. - (BOOL)hasMultiplePhoneNumbers;
  13.  
  14. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement