From 2c7d626bd607d8847f519bc557d9590ad676e1a9 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 11:12:12 +0800 Subject: [PATCH] 添加V3.8.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