From e1c823bb42a030dbc351c2a9f542fa3afddf2dd0 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 11 Sep 2025 09:03:41 +0800 Subject: [PATCH] 提交版本 4.7.0 --- frameworks/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Headers/FBAEMKit-Swift.h | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/frameworks/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Headers/FBAEMKit-Swift.h b/frameworks/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Headers/FBAEMKit-Swift.h index 819fecf..d2205af 100644 --- a/frameworks/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Headers/FBAEMKit-Swift.h +++ b/frameworks/FBAEMKit.xcframework/ios-arm64_x86_64-maccatalyst/FBAEMKit.framework/Headers/FBAEMKit-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1) +// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5) #ifndef FBAEMKIT_SWIFT_H #define FBAEMKIT_SWIFT_H #pragma clang diagnostic push @@ -65,6 +65,7 @@ # if __has_include(<uchar.h>) # include <uchar.h> # elif !defined(__cplusplus) +typedef unsigned char char8_t; typedef uint_least16_t char16_t; typedef uint_least32_t char32_t; # endif @@ -303,8 +304,8 @@ #endif #if defined(__OBJC__) -@class NSString; +@class NSString; SWIFT_PROTOCOL_NAMED("AEMNetworking") @protocol FBAEMNetworking - (void)startGraphRequestWithGraphPath:(NSString * _Nonnull)graphPath parameters:(NSDictionary<NSString *, id> * _Nonnull)parameters tokenString:(NSString * _Nullable)tokenString HTTPMethod:(NSString * _Nullable)method completion:(void (^ _Nonnull)(id _Nullable, NSError * _Nullable))completion; @@ -314,7 +315,6 @@ @protocol FBSDKDataPersisting; @class NSURL; @class NSNumber; - SWIFT_CLASS_NAMED("AEMReporter") @interface FBAEMReporter : NSObject + (void)configureWithNetworker:(id <FBAEMNetworking> _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id <FBSKAdNetworkReporting> _Nullable)reporter; @@ -340,7 +340,6 @@ + (void)recordAndUpdateEvent:(NSString * _Nonnull)event currency:(NSString * _Nullable)currency value:(NSNumber * _Nullable)value parameters:(NSDictionary<NSString *, id> * _Nullable)parameters; - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; @end - SWIFT_PROTOCOL_NAMED("SKAdNetworkReporting") @protocol FBSKAdNetworkReporting @@ -359,7 +358,7 @@ #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1) +// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5) #ifndef FBAEMKIT_SWIFT_H #define FBAEMKIT_SWIFT_H #pragma clang diagnostic push @@ -424,6 +423,7 @@ # if __has_include(<uchar.h>) # include <uchar.h> # elif !defined(__cplusplus) +typedef unsigned char char8_t; typedef uint_least16_t char16_t; typedef uint_least32_t char32_t; # endif @@ -662,8 +662,8 @@ #endif #if defined(__OBJC__) -@class NSString; +@class NSString; SWIFT_PROTOCOL_NAMED("AEMNetworking") @protocol FBAEMNetworking - (void)startGraphRequestWithGraphPath:(NSString * _Nonnull)graphPath parameters:(NSDictionary<NSString *, id> * _Nonnull)parameters tokenString:(NSString * _Nullable)tokenString HTTPMethod:(NSString * _Nullable)method completion:(void (^ _Nonnull)(id _Nullable, NSError * _Nullable))completion; @@ -673,7 +673,6 @@ @protocol FBSDKDataPersisting; @class NSURL; @class NSNumber; - SWIFT_CLASS_NAMED("AEMReporter") @interface FBAEMReporter : NSObject + (void)configureWithNetworker:(id <FBAEMNetworking> _Nullable)networker appID:(NSString * _Nullable)appID reporter:(id <FBSKAdNetworkReporting> _Nullable)reporter; @@ -699,7 +698,6 @@ + (void)recordAndUpdateEvent:(NSString * _Nonnull)event currency:(NSString * _Nullable)currency value:(NSNumber * _Nullable)value parameters:(NSDictionary<NSString *, id> * _Nullable)parameters; - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; @end - SWIFT_PROTOCOL_NAMED("SKAdNetworkReporting") @protocol FBSKAdNetworkReporting -- Gitblit v1.8.0