Изменения учетных записей
Учетные записи
ACAccount.h
Измененный - [ACAccount initWithAccountType:]
Объявление | Определяемый инициализатор | |
---|---|---|
От | - (id)initWithAccountType:(ACAccountType *)type | -- |
К | - (instancetype)initWithAccountType:(ACAccountType *)type | да |
ACAccountCredential.h
Объявление | |
---|---|
От | - (id)initWithOAuth2Token:(NSString *)token refreshToken:(NSString *)refreshToken expiryDate:(NSDate *)expiryDate |
К | - (instancetype)initWithOAuth2Token:(NSString *)token refreshToken:(NSString *)refreshToken expiryDate:(NSDate *)expiryDate |
Объявление | |
---|---|
От | - (id)initWithOAuthToken:(NSString *)token tokenSecret:(NSString *)secret |
К | - (instancetype)initWithOAuthToken:(NSString *)token tokenSecret:(NSString *)secret |
Измененный ACAccountCredential.oauthToken
Объявление | |
---|---|
От | @property(copy, atomic) NSString *oauthToken |
К | @property(copy, nonatomic) NSString *oauthToken |
ACAccountType.h
Измененный ACAccountType.accessGranted
Объявление | |
---|---|
От | @property(readonly, atomic) BOOL accessGranted |
К | @property(readonly, nonatomic) BOOL accessGranted |
Измененный ACAccountType.accountTypeDescription
Объявление | |
---|---|
От | @property(readonly, atomic) NSString *accountTypeDescription |
К | @property(readonly, nonatomic) NSString *accountTypeDescription |
Измененный ACAccountType.identifier
Объявление | |
---|---|
От | @property(readonly, atomic) NSString *identifier |
К | @property(readonly, nonatomic) NSString *identifier |