commit | author | age
|
a0a843
|
1 |
// |
H |
2 |
// TWTRAppleSocialAuthenticaticationProvider.h |
|
3 |
// TWTRAuthentication |
|
4 |
// |
|
5 |
// Created by Mustafa Furniturewala on 2/7/14. |
|
6 |
// Copyright (c) 2014 Mustafa Furniturewala. All rights reserved. |
|
7 |
// |
|
8 |
|
|
9 |
#import "TWTRAuthenticationProvider.h" |
|
10 |
|
|
11 |
@class TWTRAuthConfig; |
|
12 |
@protocol TWTRErrorLogger; |
|
13 |
@protocol TWTRAPIServiceConfig; |
|
14 |
|
|
15 |
__TVOS_UNAVAILABLE @interface TWTRAppleSocialAuthenticaticationProvider : TWTRAuthenticationProvider |
|
16 |
|
|
17 |
- |
|
18 |
(instancetype)init __unavailable; |
|
19 |
|
|
20 |
- (instancetype)initWithAuthConfig:(TWTRAuthConfig *)authConfig apiServiceConfig:(id<TWTRAPIServiceConfig>)apiServiceConfig errorLogger:(id<TWTRErrorLogger>)errorLogger; |
|
21 |
|
|
22 |
@end |