lipengwei
2019-09-27 4d81675066032fa5a4433d37c5939674abc7f5d9
frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerGenericTemplateContent.h
@@ -19,11 +19,13 @@
#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
@@ -35,6 +37,7 @@
 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>