Documentation Archive Developer
Search

AddressBook Changes for Swift

AddressBook

Protocols
FromEquatable, Hashable, RawRepresentable
To--

DeclarationProtocols
From
struct ABPersonImageFormat : RawRepresentable {
    init(_ rawValue: UInt32)
    init(rawValue rawValue: UInt32)
    var rawValue: UInt32
}
RawRepresentable
To
struct ABPersonImageFormat : RawRepresentable, Equatable {
    init(_ rawValue: UInt32)
    init(rawValue rawValue: UInt32)
    var rawValue: UInt32
}
Equatable, RawRepresentable