lpw
2025-03-18 e2c4e3a250a8857c327b952288672d689320d563
frameworks/FBSDKShareKit.xcframework/ios-arm64_x86_64-simulator/FBSDKShareKit.framework/Headers/FBSDKShareBridgeOptions.h
@@ -15,7 +15,7 @@
  FBSDKShareBridgeOptionsDefault = 0,
  FBSDKShareBridgeOptionsPhotoAsset = 1 << 0,
  FBSDKShareBridgeOptionsPhotoImageURL = 1 << 1, // if set, a web-based URL is required; asset, image, and imageURL.isFileURL not allowed
  FBSDKShareBridgeOptionsVideoAsset = 1 << 2,
  FBSDKShareBridgeOptionsVideoAsset = 1 << 2, // Default now due to Asset Library framework deprecation
  FBSDKShareBridgeOptionsVideoData = 1 << 3,
  FBSDKShareBridgeOptionsWebHashtag = 1 << 4, // if set, pass the hashtag as a string value, not an array of one string
} NS_SWIFT_NAME(ShareBridgeOptions);