---
title: ABRecord
framework: addressbook
role: symbol
role_heading: Type Alias
path: addressbook/abrecordref
---

# ABRecord

A reference to an ABRecord object or any of its derivedopaque types.

## Declaration

```swift
typealias ABRecord = CFTypeRef
```

```swift
typealias ABRecordRef = AnyObject
```

## See Also

### Deprecated classes

- [ABGroupAddMember(_:_:_:)](addressbook/abgroupaddmember(_:_:).md)
- [ABGroupRemoveMember(_:_:_:)](addressbook/abgroupremovemember(_:_:).md)
- [ABMultiValueCreateMutable(_:)](addressbook/abmultivaluecreatemutable().md)
- [ABPersonSetImageData(_:_:_:)](addressbook/abpersonsetimagedata(_:_:).md)
- [ABRecordRemoveValue(_:_:_:)](addressbook/abrecordremovevalue(_:_:).md)
- [ABRecordSetValue(_:_:_:_:)](addressbook/abrecordsetvalue(_:_:_:).md)
- [ABAddressBook](addressbook/abaddressbookref.md)
- [ABMultiValue](addressbook/abmultivalueref.md)
- [ABMutableMultiValue](addressbook/abmutablemultivalueref.md)
