From 9fdbb77fd2d766c9aa88f6753108354592770058 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 20 Jun 2019 09:50:53 +0800 Subject: [PATCH] [Update] WAFbImpl (3.8.2) --- frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerOpenGraphMusicTemplateContent.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerOpenGraphMusicTemplateContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerOpenGraphMusicTemplateContent.h index f68f51c..818536c 100644 --- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerOpenGraphMusicTemplateContent.h +++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerOpenGraphMusicTemplateContent.h @@ -21,11 +21,14 @@ #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. */ +NS_SWIFT_NAME(ShareMessengerOpenGraphMusicTemplateContent) @interface FBSDKShareMessengerOpenGraphMusicTemplateContent : NSObject <FBSDKSharingContent> /** @@ -36,6 +39,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