Documentation Archive Developer
Search

Accounts Changes

Accounts

ACAccount.h
Declaration
From@property(copy) NSString *accountDescription
To@property(copy, atomic) NSString *accountDescription

Declaration
From@property(strong) ACAccountType *accountType
To@property(strong, atomic) ACAccountType *accountType

Declaration
From@property(strong) ACAccountCredential *credential
To@property(strong, atomic) ACAccountCredential *credential

Declaration
From@property(readonly, weak) NSString *identifier
To@property(readonly, weak, atomic) NSString *identifier

Declaration
From@property(copy) NSString *username
To@property(copy, atomic) NSString *username

ACAccountCredential.h
Declaration
From@property(copy) NSString *oauthToken
To@property(copy, atomic) NSString *oauthToken

ACAccountStore.h
Declaration
From@property(readonly, weak) NSArray *accounts
To@property(readonly, weak, atomic) NSArray *accounts

Header
FromAccounts/ACAccountStore.h
ToAccounts/ACAccountType.h

Header
FromAccounts/ACAccountStore.h
ToAccounts/ACAccountType.h

Header
FromAccounts/ACAccountStore.h
ToAccounts/ACAccountType.h

Header
FromAccounts/ACAccountStore.h
ToAccounts/ACAccountType.h

Header
FromAccounts/ACAccountStore.h
ToAccounts/ACAccountType.h

Header
FromAccounts/ACAccountStore.h
ToAccounts/ACAccountType.h

ACAccountType.h
Declaration
From@property(readonly) BOOL accessGranted
To@property(readonly, atomic) BOOL accessGranted

Declaration
From@property(readonly) NSString *accountTypeDescription
To@property(readonly, atomic) NSString *accountTypeDescription

Declaration
From@property(readonly) NSString *identifier
To@property(readonly, atomic) NSString *identifier

Header
FromAccounts/ACAccountStore.h
ToAccounts/ACAccountType.h

Header
FromAccounts/ACAccountStore.h
ToAccounts/ACAccountType.h

Header
FromAccounts/ACAccountStore.h
ToAccounts/ACAccountType.h

Header
FromAccounts/ACAccountStore.h
ToAccounts/ACAccountType.h

Header
FromAccounts/ACAccountStore.h
ToAccounts/ACAccountType.h

Header
FromAccounts/ACAccountStore.h
ToAccounts/ACAccountType.h