| | |
| | | * |
| | | */ |
| | | |
| | | /** |
| | | This header is private to the Twitter Core SDK and not exposed for public SDK consumption |
| | | */ |
| | | |
| | | #import "TWTRAuthenticationProvider.h" |
| | | |
| | | @class TWTRAuthConfig; |
| | |
| | | __TVOS_UNAVAILABLE @interface TWTRAppleSocialAuthenticaticationProvider : TWTRAuthenticationProvider |
| | | |
| | | - |
| | | (instancetype)init NS_UNAVAILABLE; |
| | | (instancetype)init __unavailable; |
| | | |
| | | - (instancetype)initWithAuthConfig:(TWTRAuthConfig *)authConfig apiServiceConfig:(id<TWTRAPIServiceConfig>)apiServiceConfig errorLogger:(id<TWTRErrorLogger>)errorLogger; |
| | | |