From 2cfb267ecc1bea8bc564466a1620535018dce77c Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Thu, 21 Jun 2018 18:10:43 +0800
Subject: [PATCH] [Update] WATwitterImpl (3.6.9)

---
 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