copy from frameworks/FBSDKShareKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKShareKit.framework/Modules/FBSDKShareKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface
copy to frameworks/FBSDKShareKit.xcframework/ios-arm64_arm64e_x86_64-maccatalyst/FBSDKShareKit.framework/Modules/FBSDKShareKit.swiftmodule/arm64e-apple-ios-macabi.private.swiftinterface
| File was copied from frameworks/FBSDKShareKit.xcframework/ios-arm64_x86_64-maccatalyst/FBSDKShareKit.framework/Modules/FBSDKShareKit.swiftmodule/x86_64-apple-ios-macabi.private.swiftinterface |
| | |
| | | // swift-interface-format-version: 1.0 |
| | | // swift-compiler-version: Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5) |
| | | // swift-module-flags: -target x86_64-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name FBSDKShareKit |
| | | // swift-module-flags-ignorable: -no-verify-emitted-module-interface -interface-compiler-version 6.1.2 |
| | | // swift-compiler-version: Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2) |
| | | // swift-module-flags: -target arm64e-apple-ios13.1-macabi -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name FBSDKShareKit |
| | | // swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3 |
| | | import FBSDKCoreKit |
| | | import FBSDKCoreKit_Basics |
| | | @_exported import FBSDKShareKit |
| | |
| | | @objc(FBSDKAppInviteDestination) public enum Destination : Swift.Int { |
| | | case facebook |
| | | case messenger |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | public init?(rawValue: Swift.Int) |
| | | #endif |
| | | public typealias RawValue = Swift.Int |
| | | public var rawValue: Swift.Int { |
| | | get |
| | |
| | | @objc final public func validate(options bridgeOptions: FBSDKShareKit.ShareBridgeOptions) throws |
| | | } |
| | | @_inheritsConvenienceInitializers @objcMembers @objc(FBSDKCameraEffectArguments) final public class CameraEffectArguments : ObjectiveC.NSObject { |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc(setString:forKey:) final public func set(_ string: Swift.String?, forKey key: Swift.String) |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc final public func string(forKey key: Swift.String) -> Swift.String? |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc(setArray:forKey:) final public func set(_ array: [Swift.String]?, forKey key: Swift.String) |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc final public func array(forKey key: Swift.String) -> [Swift.String]? |
| | | #endif |
| | | @objc override dynamic public init() |
| | | @objc deinit |
| | | } |
| | | @_inheritsConvenienceInitializers @objcMembers @objc(FBSDKCameraEffectTextures) final public class CameraEffectTextures : ObjectiveC.NSObject { |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc(setImage:forKey:) final public func set(_ image: UIKit.UIImage?, forKey key: Swift.String) |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc(imageForKey:) final public func image(forKey key: Swift.String) -> UIKit.UIImage? |
| | | #endif |
| | | @objc override dynamic public init() |
| | | @objc deinit |
| | | } |
| | | @_inheritsConvenienceInitializers @objcMembers @objc(FBSDKSendButton) @_Concurrency.MainActor @preconcurrency final public class FBSendButton : FBSDKCoreKit.FBButton, FBSDKShareKit.SharingButton, FBSDKCoreKit.FBButtonImpressionLogging { |
| | | @objc @_Concurrency.MainActor @preconcurrency final public var dialog: FBSDKShareKit.MessageDialog? |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @_Concurrency.MainActor @preconcurrency @objc final public var shareContent: (any FBSDKShareKit.SharingContent)? { |
| | | @objc get |
| | | @objc set |
| | | } |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @_Concurrency.MainActor @preconcurrency @objc final public var analyticsParameters: [FBSDKCoreKit.AppEvents.ParameterName : Any]? { |
| | | @objc get |
| | | } |
| | | #endif |
| | | @_Concurrency.MainActor @preconcurrency @objc final public var impressionTrackingEventName: FBSDKCoreKit.AppEvents.Name { |
| | | @objc get |
| | | } |
| | |
| | | } |
| | | @objc @_Concurrency.MainActor @preconcurrency final public func configureButton() |
| | | @_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect) |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder) |
| | | #endif |
| | | @objc deinit |
| | | } |
| | | @_inheritsConvenienceInitializers @objcMembers @objc(FBSDKShareButton) @_Concurrency.MainActor @preconcurrency final public class FBShareButton : FBSDKCoreKit.FBButton, FBSDKShareKit.SharingButton { |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @_Concurrency.MainActor @preconcurrency @objc final public var shareContent: (any FBSDKShareKit.SharingContent)? { |
| | | @objc get |
| | | @objc set |
| | | } |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc @_Concurrency.MainActor @preconcurrency final public var analyticsParameters: [FBSDKCoreKit.AppEvents.ParameterName : Any]? { |
| | | @objc get |
| | | } |
| | | #endif |
| | | @objc @_Concurrency.MainActor @preconcurrency final public var impressionTrackingEventName: FBSDKCoreKit.AppEvents.Name { |
| | | @objc get |
| | | } |
| | |
| | | } |
| | | @objc @_Concurrency.MainActor @preconcurrency final public func configureButton() |
| | | @_Concurrency.MainActor @preconcurrency @objc override dynamic public init(frame: CoreFoundation.CGRect) |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @_Concurrency.MainActor @preconcurrency @objc required dynamic public init?(coder: Foundation.NSCoder) |
| | | #endif |
| | | @objc deinit |
| | | } |
| | | @objcMembers @objc(FBSDKHashtag) final public class Hashtag : ObjectiveC.NSObject { |
| | |
| | | @objc override final public var hash: Swift.Int { |
| | | @objc get |
| | | } |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc override final public func isEqual(_ object: Any?) -> Swift.Bool |
| | | #endif |
| | | @objc deinit |
| | | } |
| | | @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(FBSDKMessageDialog) public class MessageDialog : ObjectiveC.NSObject, FBSDKShareKit.SharingDialog { |
| | | @objc weak public var delegate: (any FBSDKShareKit.SharingDelegate)? |
| | | @objc public var shareContent: (any FBSDKShareKit.SharingContent)? |
| | | @objc public var shouldFailOnDataError: Swift.Bool |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc(initWithContent:delegate:) convenience public init(content: (any FBSDKShareKit.SharingContent)?, delegate: (any FBSDKShareKit.SharingDelegate)?) |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc(dialogWithContent:delegate:) public static func dialog(content: (any FBSDKShareKit.SharingContent)?, delegate: (any FBSDKShareKit.SharingDelegate)?) -> FBSDKShareKit.MessageDialog |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc(showWithContent:delegate:) public static func show(content: (any FBSDKShareKit.SharingContent)?, delegate: (any FBSDKShareKit.SharingDelegate)?) -> FBSDKShareKit.MessageDialog |
| | | #endif |
| | | @objc public var canShow: Swift.Bool { |
| | | @objc get |
| | | } |
| | |
| | | @objc weak public var delegate: (any FBSDKShareKit.SharingDelegate)? |
| | | @objc public var shareContent: (any FBSDKShareKit.SharingContent)? |
| | | @objc public var shouldFailOnDataError: Swift.Bool |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc(initWithViewController:content:delegate:) public init(viewController: UIKit.UIViewController?, content: (any FBSDKShareKit.SharingContent)?, delegate: (any FBSDKShareKit.SharingDelegate)?) |
| | | #endif |
| | | @objc deinit |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc(dialogWithViewController:withContent:delegate:) public class func dialog(viewController: UIKit.UIViewController?, content: (any FBSDKShareKit.SharingContent)?, delegate: (any FBSDKShareKit.SharingDelegate)?) -> FBSDKShareKit.ShareDialog |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @discardableResult |
| | | @objc(showFromViewController:withContent:delegate:) public class func show(viewController: UIKit.UIViewController?, content: (any FBSDKShareKit.SharingContent)?, delegate: (any FBSDKShareKit.SharingDelegate)?) -> FBSDKShareKit.ShareDialog |
| | | #endif |
| | | } |
| | | extension FBSDKShareKit.ShareDialog { |
| | | @objc dynamic public var canShow: Swift.Bool { |
| | |
| | | public var description: Swift.String { |
| | | get |
| | | } |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | public init?(rawValue: Swift.UInt) |
| | | #endif |
| | | public typealias RawValue = Swift.UInt |
| | | public var rawValue: Swift.UInt { |
| | | get |
| | |
| | | case openGraph |
| | | case dialogNotAvailable |
| | | case unknown |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | public init?(rawValue: Swift.Int) |
| | | #endif |
| | | public typealias RawValue = Swift.Int |
| | | public var rawValue: Swift.Int { |
| | | get |
| | |
| | | @objc(validateWithOptions:error:) final public func validate(options bridgeOptions: FBSDKShareKit.ShareBridgeOptions) throws |
| | | } |
| | | @_hasMissingDesignatedInitializers @objcMembers @objc(FBSDKSharePhoto) final public class SharePhoto : ObjectiveC.NSObject, FBSDKShareKit.ShareMedia { |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc final public var image: UIKit.UIImage? { |
| | | @objc get |
| | | @objc set |
| | | } |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc final public var imageURL: Foundation.URL? { |
| | | @objc get |
| | | @objc set |
| | | } |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc final public var photoAsset: Photos.PHAsset? { |
| | | @objc get |
| | | @objc set |
| | | } |
| | | #endif |
| | | @objc final public var isUserGenerated: Swift.Bool |
| | | @objc final public var caption: Swift.String? |
| | | @objc convenience public init(image: UIKit.UIImage, isUserGenerated: Swift.Bool) |
| | |
| | | @objc(validateWithOptions:error:) final public func validate(options bridgeOptions: FBSDKShareKit.ShareBridgeOptions) throws |
| | | } |
| | | @_hasMissingDesignatedInitializers @objcMembers @objc(FBSDKShareVideo) final public class ShareVideo : ObjectiveC.NSObject, FBSDKShareKit.ShareMedia { |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc final public var data: Foundation.Data? { |
| | | @objc get |
| | | @objc set |
| | | } |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc final public var videoAsset: Photos.PHAsset? { |
| | | @objc get |
| | | @objc set |
| | | } |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc final public var videoURL: Foundation.URL? { |
| | | @objc get |
| | | @objc set |
| | | } |
| | | #endif |
| | | @objc final public var previewPhoto: FBSDKShareKit.SharePhoto? |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc convenience public init(data: Foundation.Data, previewPhoto: FBSDKShareKit.SharePhoto? = nil) |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc convenience public init(videoAsset: Photos.PHAsset, previewPhoto: FBSDKShareKit.SharePhoto? = nil) |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc convenience public init(videoURL: Foundation.URL, previewPhoto: FBSDKShareKit.SharePhoto? = nil) |
| | | #endif |
| | | @objc deinit |
| | | } |
| | | extension FBSDKShareKit.ShareVideo : FBSDKShareKit.SharingValidatable { |
| | |
| | | @objc(validateWithOptions:error:) final public func validate(options bridgeOptions: FBSDKShareKit.ShareBridgeOptions) throws |
| | | } |
| | | @objc(FBSDKSharing) public protocol Sharing { |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc weak var delegate: (any FBSDKShareKit.SharingDelegate)? { get set } |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc var shareContent: (any FBSDKShareKit.SharingContent)? { get set } |
| | | #endif |
| | | @objc var shouldFailOnDataError: Swift.Bool { get set } |
| | | @objc(validateWithError:) func validate() throws |
| | | } |
| | | @objc(FBSDKSharingButton) public protocol SharingButton { |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc var shareContent: (any FBSDKShareKit.SharingContent)? { get set } |
| | | #endif |
| | | } |
| | | @objc(FBSDKSharingContent) public protocol SharingContent : FBSDKShareKit.SharingValidatable, ObjectiveC.NSObjectProtocol { |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc var contentURL: Foundation.URL? { get set } |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc var hashtag: FBSDKShareKit.Hashtag? { get set } |
| | | #endif |
| | | @objc var peopleIDs: [Swift.String] { get set } |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc var placeID: Swift.String? { get set } |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc var ref: Swift.String? { get set } |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc var pageID: Swift.String? { get set } |
| | | #endif |
| | | #if compiler(>=5.3) && $NonescapableTypes |
| | | @objc var shareUUID: Swift.String? { get } |
| | | #endif |
| | | @objc(addParameters:bridgeOptions:) func addParameters(_ existingParameters: [Swift.String : Any], options bridgeOptions: FBSDKShareKit.ShareBridgeOptions) -> [Swift.String : Any] |
| | | } |
| | | @objc(FBSDKSharingDelegate) public protocol SharingDelegate { |