From f082c62bb40cad3ee93abd5432777ac0905eb374 Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Fri, 27 Sep 2019 11:16:00 +0800 Subject: [PATCH] 3.8.3 --- frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h index faed0ba..bf5215d 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareOpenGraphContent.h @@ -21,9 +21,13 @@ #import <FBSDKShareKit/FBSDKShareOpenGraphAction.h> #import <FBSDKShareKit/FBSDKSharingContent.h> +NS_ASSUME_NONNULL_BEGIN + /** A model for Open Graph content to be shared. */ +NS_SWIFT_NAME(ShareOpenGraphContent) +DEPRECATED_MSG_ATTRIBUTE("Open Graph no longer available; use FBSDKShareLinkContent instead.") @interface FBSDKShareOpenGraphContent : NSObject <FBSDKSharingContent> /** @@ -36,7 +40,6 @@ Property name that points to the primary Open Graph Object in the action. The value that this action points to will be use for rendering the preview for the share. - @return The property name for the Open Graph Object in the action */ @property (nonatomic, copy) NSString *previewPropertyName; @@ -48,3 +51,5 @@ - (BOOL)isEqualToShareOpenGraphContent:(FBSDKShareOpenGraphContent *)content; @end + +NS_ASSUME_NONNULL_END -- Gitblit v1.8.0