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/TWTRGCOAuth.h | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRGCOAuth.h b/frameworks/TwitterCore.framework/PrivateHeaders/TWTRGCOAuth.h index bf455c1..1556a8f 100644 --- a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRGCOAuth.h +++ b/frameworks/TwitterCore.framework/PrivateHeaders/TWTRGCOAuth.h @@ -29,10 +29,6 @@ */ -/** - This header is private to the Twitter Core SDK and not exposed for public SDK consumption - */ - #import <Foundation/Foundation.h> /* @@ -54,7 +50,7 @@ /* Set the time offset to be used for timestamp calculations. */ -+ (void)setTimestampOffset:(time_t)offset; ++ (void)setTimeStampOffset:(time_t)offset; /* Control HTTPS cookie storage for all generated requests -- Gitblit v1.8.0