From 655e6650051a9c08675d15e05ac3b7d9be98e714 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Wed, 18 Apr 2018 15:28:32 +0800 Subject: [PATCH] 添加V3.6.7 --- frameworks/TwitterCore.framework/PrivateHeaders/TWTRGCOAuth.h | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRGCOAuth.h b/frameworks/TwitterCore.framework/PrivateHeaders/TWTRGCOAuth.h index 1556a8f..bf455c1 100644 --- a/frameworks/TwitterCore.framework/PrivateHeaders/TWTRGCOAuth.h +++ b/frameworks/TwitterCore.framework/PrivateHeaders/TWTRGCOAuth.h @@ -29,6 +29,10 @@ */ +/** + This header is private to the Twitter Core SDK and not exposed for public SDK consumption + */ + #import <Foundation/Foundation.h> /* @@ -50,7 +54,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