hank
2019-01-22 ab662912a378edb0878538b40a531434dbbe6792
frameworks/TwitterCore.framework/PrivateHeaders/TWTRAppleSocialAuthenticaticationProvider.h
@@ -15,10 +15,6 @@
 *
 */
/**
 This header is private to the Twitter Core SDK and not exposed for public SDK consumption
 */
#import "TWTRAuthenticationProvider.h"
@class TWTRAuthConfig;
@@ -28,7 +24,7 @@
__TVOS_UNAVAILABLE @interface TWTRAppleSocialAuthenticaticationProvider : TWTRAuthenticationProvider
                                                                          -
                                                                          (instancetype)init NS_UNAVAILABLE;
                                                                          (instancetype)init __unavailable;
- (instancetype)initWithAuthConfig:(TWTRAuthConfig *)authConfig apiServiceConfig:(id<TWTRAPIServiceConfig>)apiServiceConfig errorLogger:(id<TWTRErrorLogger>)errorLogger;