From 2b2f1a15e633f33c229877b8ee1e30e744c48b12 Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Thu, 30 Aug 2018 09:28:58 +0800
Subject: [PATCH] [Update] WATwitterImpl (3.7.0)

---
 frameworks/TwitterCore.framework/PrivateHeaders/TWTRSessionRefreshStrategy.h |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRSessionRefreshStrategy.h b/frameworks/TwitterCore.framework/PrivateHeaders/TWTRSessionRefreshStrategy.h
index 9153f71..764ad53 100644
--- a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRSessionRefreshStrategy.h
+++ b/frameworks/TwitterCore.framework/PrivateHeaders/TWTRSessionRefreshStrategy.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;
 @protocol TWTRBaseSession;
@@ -90,7 +86,7 @@
  *  @return Initialized strategy that can refresh guest sessions of the given application
  */
 - (instancetype)initWithAuthConfig:(TWTRAuthConfig *)authConfig APIServiceConfig:(id<TWTRAPIServiceConfig>)APIServiceConfig;
-- (instancetype)init NS_UNAVAILABLE;
+- (instancetype)init __unavailable;
 
 @end
 

--
Gitblit v1.8.0