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/Headers/TWTRSessionStore.h | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/frameworks/TwitterCore.framework/Headers/TWTRSessionStore.h b/frameworks/TwitterCore.framework/Headers/TWTRSessionStore.h index b96dfb4..ba46963 100644 --- a/frameworks/TwitterCore.framework/Headers/TWTRSessionStore.h +++ b/frameworks/TwitterCore.framework/Headers/TWTRSessionStore.h @@ -225,20 +225,6 @@ */ - (void)reloadSessionStore; -/** - * Sets a local string which can be used to verify the auth token using - * isValidOauthToken: - */ -- (void)saveOauthToken:(NSString *)token; - -/** - * If saveOauthToken is called then this will compare the set to the token passed by the token parameter. - * This is used to verify the token generated from the oauth/request_token request after a URL has been passed - * back from web authenticatoin. - * - * Returns YES is the token string matches the internal OAuth token. - */ -- (BOOL)isValidOauthToken:(NSString *)token; @end NS_ASSUME_NONNULL_END -- Gitblit v1.8.0