Accounts Changes for Swift
Accounts
Modified ACAccount
| Protocols | |
|---|---|
| From | AnyObject |
| To | -- |
Modified ACAccountCredential
| Protocols | |
|---|---|
| From | AnyObject |
| To | -- |
| Protocols | |
|---|---|
| From | Equatable, Hashable, RawRepresentable |
| To | -- |
Modified ACAccountStore
| Protocols | |
|---|---|
| From | AnyObject |
| To | -- |
Modified ACAccountType
| Protocols | |
|---|---|
| From | AnyObject |
| To | -- |
Modified ACErrorCode [struct]
| Declaration | Protocols | |
|---|---|---|
| From | struct ACErrorCode : RawRepresentable {
init(_ rawValue: UInt32)
init(rawValue rawValue: UInt32)
var rawValue: UInt32
} | RawRepresentable |
| To | struct ACErrorCode : RawRepresentable, Equatable {
init(_ rawValue: UInt32)
init(rawValue rawValue: UInt32)
var rawValue: UInt32
} | Equatable, RawRepresentable |