lipengwei
2019-09-27 4d81675066032fa5a4433d37c5939674abc7f5d9
frameworks/FBSDKShareKit.framework/Headers/FBSDKShareDialogMode.h
@@ -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,7 +54,7 @@
   */
  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);