From ab662912a378edb0878538b40a531434dbbe6792 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 11:14:18 +0800 Subject: [PATCH] [Update] WATwitterImpl (3.8.0) --- frameworks/TwitterCore.framework/PrivateHeaders/TWTRAppleSocialAuthenticaticationProvider.h | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRAppleSocialAuthenticaticationProvider.h b/frameworks/TwitterCore.framework/PrivateHeaders/TWTRAppleSocialAuthenticaticationProvider.h index 68f29a8..e4b5790 100644 --- a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRAppleSocialAuthenticaticationProvider.h +++ b/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; -- Gitblit v1.8.0