Advertisement
Guest User

HALContact.h

a guest
Jul 8th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #import <Foundation/Foundation.h>
  2. #import "HALAddressBook.h"
  3.  
  4. @interface HALContact : NSObject
  5.  
  6. // Properties
  7. @property  (readonly) NSString *firstName;
  8. @property (readonly) NSMutableArray *phoneNumbers;
  9. @property ABRecordRef contactRef;
  10. @property (readonly) ABMultiValueRef contactPhoneNumber;
  11.  
  12. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement