Accounts Changes
Accounts
ACAccount.h
Modified -[ACAccount initWithAccountType:]
| Declaration | |
|---|---|
| From | - (id)initWithAccountType:(ACAccountType *)type |
| To | - (instancetype)initWithAccountType:(ACAccountType *)type |
ACAccountCredential.h
| Declaration | |
|---|---|
| From | - (id)initWithOAuth2Token:(NSString *)token refreshToken:(NSString *)refreshToken expiryDate:(NSDate *)expiryDate |
| To | - (instancetype)initWithOAuth2Token:(NSString *)token refreshToken:(NSString *)refreshToken expiryDate:(NSDate *)expiryDate |
| Declaration | |
|---|---|
| From | - (id)initWithOAuthToken:(NSString *)token tokenSecret:(NSString *)secret |
| To | - (instancetype)initWithOAuthToken:(NSString *)token tokenSecret:(NSString *)secret |
ACError.h