From 17e981a3c4cd9b41283ebe7e8dcbbce26d282a8a Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 30 Aug 2018 09:25:54 +0800 Subject: [PATCH] [Update] WAFbImpl (3.7.0) --- 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