ABPerson
An object that encapsulates all information about a person in the Address Book database.
Declaration
class ABPersonOverview
An ABPerson object corresponds to a single person record in the database. A person object contains the person’s name, company, address, email addresses, and phone numbers.
The ABPerson class is “toll-free bridged” with its procedural C opaque-type counterpart. This means that the ABPersonRef type is interchangeable in function or method calls with instances of the ABPerson class.