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/FBSDKShareMessengerOpenGraphMusicTemplateContent.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerOpenGraphMusicTemplateContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerOpenGraphMusicTemplateContent.h index f68f51c..3d1ba31 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerOpenGraphMusicTemplateContent.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerOpenGraphMusicTemplateContent.h @@ -21,11 +21,15 @@ #import <FBSDKShareKit/FBSDKShareMessengerActionButton.h> #import <FBSDKShareKit/FBSDKSharingContent.h> +NS_ASSUME_NONNULL_BEGIN + /** This share content allows sharing a bubble that plays songs with Open Graph music. See https://developers.facebook.com/docs/messenger-platform/send-messages/template/open-graph for details. Passing <FBSDKSharingContent> property pageID is required for this type of share. */ +DEPRECATED_FOR_MESSENGER +NS_SWIFT_NAME(ShareMessengerOpenGraphMusicTemplateContent) @interface FBSDKShareMessengerOpenGraphMusicTemplateContent : NSObject <FBSDKSharingContent> /** @@ -36,6 +40,8 @@ /** This specifies what action button to show below the open graph music bubble. Optional. */ -@property (nonatomic, copy) id<FBSDKShareMessengerActionButton> button; +@property (nonatomic, copy, nullable) id<FBSDKShareMessengerActionButton> button; @end + +NS_ASSUME_NONNULL_END -- Gitblit v1.8.0