lipengwei
2019-09-26 88188ea7992a90e66db694e9fc1b304a59608044
frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h
@@ -18,7 +18,7 @@
#import <Foundation/Foundation.h>
#import <FBSDKCoreKit/FBSDKMacros.h>
NS_ASSUME_NONNULL_BEGIN
/**
 NS_ENUM(NSUInteger, FBSDKShareDialogMode)
@@ -46,7 +46,7 @@
   */
  FBSDKShareDialogModeBrowser,
  /**
   @Displays the dialog in a UIWebView within the app.
   @Displays the dialog in a WKWebView within the app.
   */
  FBSDKShareDialogModeWeb,
  /**
@@ -54,12 +54,15 @@
   */
  FBSDKShareDialogModeFeedBrowser,
  /**
   @Displays the feed dialog in a UIWebView within the app.
   @Displays the feed dialog in a WKWebView within the app.
   */
  FBSDKShareDialogModeFeedWeb,
};
} NS_SWIFT_NAME(ShareDialog.Mode);
/**
  Converts an FBLikeControlObjectType to an NSString.
  Converts an FBSDKShareDialogMode to an NSString.
 */
FBSDK_EXTERN NSString *NSStringFromFBSDKShareDialogMode(FBSDKShareDialogMode dialogMode);
FOUNDATION_EXPORT NSString *NSStringFromFBSDKShareDialogMode(FBSDKShareDialogMode dialogMode)
NS_REFINED_FOR_SWIFT;
NS_ASSUME_NONNULL_END