hank
2019-06-20 9fdbb77fd2d766c9aa88f6753108354592770058
frameworks/FBSDKShareKit.framework/Headers/FBSDKShareMessengerURLActionButton.h
@@ -20,15 +20,18 @@
#import <FBSDKShareKit/FBSDKShareMessengerActionButton.h>
NS_ASSUME_NONNULL_BEGIN
typedef NS_ENUM(NSUInteger, FBSDKShareMessengerURLActionButtonWebviewHeightRatio) {
  FBSDKShareMessengerURLActionButtonWebviewHeightRatioFull = 0,
  FBSDKShareMessengerURLActionButtonWebviewHeightRatioTall,
  FBSDKShareMessengerURLActionButtonWebviewHeightRatioCompact
};
} NS_SWIFT_NAME(ShareMessengerURLActionButton.WebviewHeightRatio);
/**
 A model for a Messenger share URL action button.
 */
NS_SWIFT_NAME(ShareMessengerURLActionButton)
@interface FBSDKShareMessengerURLActionButton : NSObject <FBSDKShareMessengerActionButton>
/**
@@ -51,7 +54,7 @@
 Messenger Extensions. If this is not defined, the url will be used as a fallback. Optional, but ignored
 unless isMessengerExtensionURL == YES.
 */
@property (nonatomic, copy) NSURL *fallbackURL;
@property (nonatomic, copy, nullable) NSURL *fallbackURL;
/**
 This controls whether we want to hide the share button in the webview or not. It is useful to hide the share
@@ -60,3 +63,5 @@
@property (nonatomic, assign) BOOL shouldHideWebviewShareButton;
@end
NS_ASSUME_NONNULL_END