lpw
2022-02-15 2e29a3a585524a054640bb6e7bdf26fe77ba1f17
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// swift-interface-format-version: 1.0
// swift-compiler-version: Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55)
// swift-module-flags: -target x86_64-apple-ios10.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name FBSDKShareKit
@_exported import FBSDKShareKit
import Swift
@available(tvOS, unavailable)
extension ShareDialog.Mode : Swift.CustomStringConvertible {
  public var description: Swift.String {
    get
  }
}
@available(tvOS, unavailable)
extension AppGroupPrivacy : Swift.CustomStringConvertible {
  public var description: Swift.String {
    get
  }
}