hank
2019-06-20 9fdbb77fd2d766c9aa88f6753108354592770058
frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerGenericTemplateContent.h
@@ -20,12 +20,14 @@
#import <FBSDKShareKit/FBSDKSharingContent.h>
NS_ASSUME_NONNULL_BEGIN
@class FBSDKShareMessengerGenericTemplateElement;
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 +35,7 @@
 See https://developers.facebook.com/docs/messenger-platform/send-messages/template/generic
 for more details.
 */
NS_SWIFT_NAME(ShareMessengerGenericTemplateContent)
@interface FBSDKShareMessengerGenericTemplateContent : NSObject <FBSDKSharingContent>
/**
@@ -53,3 +56,5 @@
@property (nonatomic, copy) FBSDKShareMessengerGenericTemplateElement *element;
@end
NS_ASSUME_NONNULL_END