From 27832ca8f32b6e62dfc7522634fb5892a5c111bd Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Wed, 18 Apr 2018 15:09:55 +0800
Subject: [PATCH] 添加V3.6.7

---
 frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingContent.h |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingContent.h
index 0c5c20a..0e0e06d 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingContent.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKSharingContent.h
@@ -62,4 +62,16 @@
  */
 @property (nonatomic, copy) NSString *ref;
 
+/**
+ For shares into Messenger, this pageID will be used to map the app to page and attach attribution to the share.
+ - Returns: The ID of the Facebok page this share is associated with.
+ */
+@property (nonatomic, copy) NSString *pageID;
+
+/**
+ A unique identifier for a share involving this content, useful for tracking purposes.
+ - Returns: A unique string identifying this share data.
+ */
+@property (nonatomic, copy, readonly) NSString *shareUUID;
+
 @end

--
Gitblit v1.8.0