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/TWTRScribeService.h | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRScribeService.h b/frameworks/TwitterCore.framework/PrivateHeaders/TWTRScribeService.h index ac034bb..e204101 100644 --- a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRScribeService.h +++ b/frameworks/TwitterCore.framework/PrivateHeaders/TWTRScribeService.h @@ -15,10 +15,6 @@ * */ -/** - This header is private to the Twitter Core SDK and not exposed for public SDK consumption - */ - @class TFSScribe; @class TWTRScribeEvent; @class TWTRAPIClient; @@ -26,7 +22,7 @@ @class TWTRGuestSession; @class TWTRNetworkingPipeline; @class TWTRSessionStore; -@class TWTRNetworking; +@class TwitterNetworking; @protocol TWTRAuthSession; @protocol TWTRAPIServiceConfig; @@ -36,7 +32,7 @@ - (instancetype)initWithScribe:(TFSScribe *)scribe scribeAPIServiceConfig:(id<TWTRAPIServiceConfig>)APIserviceConfig; -- (instancetype)init NS_UNAVAILABLE; +- (instancetype)init __unavailable; /** This method must be called before the scribe attempts to enqueue any network requests. -- Gitblit v1.8.0