| | |
| | | #if 0 |
| | | #elif defined(__arm64__) && __arm64__ |
| | | // Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5) |
| | | // Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2) |
| | | #ifndef FBSDKSHAREKIT_SWIFT_H |
| | | #define FBSDKSHAREKIT_SWIFT_H |
| | | #pragma clang diagnostic push |
| | |
| | | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | @interface FBSDKShareMediaContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Asks the receiver to validate that its content or media values are valid. |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | @interface FBSDKShareMediaContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingContent> |
| | | /// Adds content to an existing dictionary as key/value pairs and returns the |
| | | /// updated dictionary |
| | |
| | | /// @param bridgeOptions The options for bridging |
| | | /// @return A new dictionary with the modified contents |
| | | - (NSDictionary<NSString *, id> * _Nonnull)addParameters:(NSDictionary<NSString *, id> * _Nonnull)existingParameters bridgeOptions:(FBSDKShareBridgeOptions)bridgeOptions SWIFT_WARN_UNUSED_RESULT; |
| | | @end |
| | | |
| | | @interface FBSDKShareMediaContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Asks the receiver to validate that its content or media values are valid. |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | @class PHAsset; |
| | |
| | | #endif |
| | | |
| | | #elif defined(__x86_64__) && __x86_64__ |
| | | // Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5) |
| | | // Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2) |
| | | #ifndef FBSDKSHAREKIT_SWIFT_H |
| | | #define FBSDKSHAREKIT_SWIFT_H |
| | | #pragma clang diagnostic push |
| | |
| | | - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; |
| | | @end |
| | | |
| | | @interface FBSDKShareMediaContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Asks the receiver to validate that its content or media values are valid. |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | @interface FBSDKShareMediaContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingContent> |
| | | /// Adds content to an existing dictionary as key/value pairs and returns the |
| | | /// updated dictionary |
| | |
| | | - (NSDictionary<NSString *, id> * _Nonnull)addParameters:(NSDictionary<NSString *, id> * _Nonnull)existingParameters bridgeOptions:(FBSDKShareBridgeOptions)bridgeOptions SWIFT_WARN_UNUSED_RESULT; |
| | | @end |
| | | |
| | | @interface FBSDKShareMediaContent (SWIFT_EXTENSION(FBSDKShareKit)) <FBSDKSharingValidatable> |
| | | /// Asks the receiver to validate that its content or media values are valid. |
| | | - (BOOL)validateWithOptions:(FBSDKShareBridgeOptions)bridgeOptions error:(NSError * _Nullable * _Nullable)error; |
| | | @end |
| | | |
| | | @class PHAsset; |
| | | /// A photo for sharing. |
| | | SWIFT_CLASS_NAMED("SharePhoto") |