From 7be7ad711909f384c4a9bc0a7f2991a50ae69049 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 30 Aug 2018 09:26:23 +0800 Subject: [PATCH] 添加V3.7.0 --- frameworks/TwitterCore.framework/PrivateHeaders/TWTRGuestAuthProvider.h | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRGuestAuthProvider.h b/frameworks/TwitterCore.framework/PrivateHeaders/TWTRGuestAuthProvider.h index 75d4955..ea4009d 100644 --- a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRGuestAuthProvider.h +++ b/frameworks/TwitterCore.framework/PrivateHeaders/TWTRGuestAuthProvider.h @@ -15,10 +15,6 @@ * */ -/** - This header is private to the Twitter Core SDK and not exposed for public SDK consumption - */ - @class TWTRAuthConfig; @protocol TWTRAPIServiceConfig; #import "TWTRAuthenticationProvider.h" @@ -30,7 +26,7 @@ */ @interface TWTRGuestAuthProvider : TWTRAuthenticationProvider -- (instancetype)init NS_UNAVAILABLE; +- (instancetype)init __unavailable; - (instancetype)initWithAuthConfig:(TWTRAuthConfig *)authConfig apiServiceConfig:(id<TWTRAPIServiceConfig>)apiServiceConfig accessToken:(NSString *)accessToken __attribute__((nonnull(1, 2)))NS_DESIGNATED_INITIALIZER; @end -- Gitblit v1.8.0