From 4d81675066032fa5a4433d37c5939674abc7f5d9 Mon Sep 17 00:00:00 2001
From: lipengwei <lipengwei@nianben.com>
Date: Fri, 27 Sep 2019 11:15:14 +0800
Subject: [PATCH] no message

---
 frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerGenericTemplateContent.h |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerGenericTemplateContent.h b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerGenericTemplateContent.h
index ffc1b7f..d65fd76 100644
--- a/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerGenericTemplateContent.h
+++ b/frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerGenericTemplateContent.h
@@ -19,13 +19,17 @@
 #import <Foundation/Foundation.h>
 
 #import <FBSDKShareKit/FBSDKSharingContent.h>
+#import <FBSDKShareKit/FBSDKShareConstants.h>
+
+NS_ASSUME_NONNULL_BEGIN
 
 @class FBSDKShareMessengerGenericTemplateElement;
 
+DEPRECATED_FOR_MESSENGER
 typedef NS_ENUM(NSUInteger, FBSDKShareMessengerGenericTemplateImageAspectRatio) {
   FBSDKShareMessengerGenericTemplateImageAspectRatioHorizontal = 0,
   FBSDKShareMessengerGenericTemplateImageAspectRatioSquare
-};
+} NS_SWIFT_NAME(ShareMessengerGenericTemplateImageAspectRatio);
 
 /**
  A model for sharing a generic template element to Messenger. This wrapper element allows
@@ -33,6 +37,8 @@
  See https://developers.facebook.com/docs/messenger-platform/send-messages/template/generic
  for more details.
  */
+DEPRECATED_FOR_MESSENGER
+NS_SWIFT_NAME(ShareMessengerGenericTemplateContent)
 @interface FBSDKShareMessengerGenericTemplateContent : NSObject <FBSDKSharingContent>
 
 /**
@@ -53,3 +59,5 @@
 @property (nonatomic, copy) FBSDKShareMessengerGenericTemplateElement *element;
 
 @end
+
+NS_ASSUME_NONNULL_END

--
Gitblit v1.8.0