From e31f4c7fc08c9ed5f18a56083627cd4ac1c2c719 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 16 Jul 2026 14:30:54 +0800
Subject: [PATCH] 提交版本 4.13.1

---
 WAFbImpl/FBAEMKit.xcframework/ios-arm64_arm64e/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.private.swiftinterface |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/WAFbImpl/FBAEMKit.xcframework/ios-arm64_arm64e/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.private.swiftinterface b/WAFbImpl/FBAEMKit.xcframework/ios-arm64_arm64e/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.private.swiftinterface
new file mode 100644
index 0000000..75e224f
--- /dev/null
+++ b/WAFbImpl/FBAEMKit.xcframework/ios-arm64_arm64e/FBAEMKit.framework/Modules/FBAEMKit.swiftmodule/arm64-apple-ios.private.swiftinterface
@@ -0,0 +1,43 @@
+// swift-interface-format-version: 1.0
+// 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 arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name FBAEMKit
+// swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.3
+import CommonCrypto
+import CommonCrypto.CommonHMAC
+import FBSDKCoreKit_Basics
+import Foundation
+import Swift
+import _Concurrency
+import _StringProcessing
+import _SwiftConcurrencyShims
+public typealias FBGraphRequestCompletion = (Any?, (any Swift.Error)?) -> Swift.Void
+@objc(FBAEMNetworking) public protocol AEMNetworking {
+  #if compiler(>=5.3) && $NonescapableTypes
+  @objc(startGraphRequestWithGraphPath:parameters:tokenString:HTTPMethod:completion:) func startGraphRequest(withGraphPath graphPath: Swift.String, parameters: [Swift.String : Any], tokenString: Swift.String?, httpMethod method: Swift.String?, completion: @escaping FBAEMKit.FBGraphRequestCompletion)
+  #endif
+}
+@_inheritsConvenienceInitializers @objcMembers @objc(FBAEMReporter) final public class AEMReporter : ObjectiveC.NSObject {
+  #if compiler(>=5.3) && $NonescapableTypes
+  @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?)
+  #endif
+  #if compiler(>=5.3) && $NonescapableTypes
+  @objc public static func configure(networker: (any FBAEMKit.AEMNetworking)?, appID: Swift.String?, reporter: (any FBAEMKit.SKAdNetworkReporting)?, analyticsAppID: Swift.String?, store: (any FBSDKCoreKit_Basics.DataPersisting)?)
+  #endif
+  @objc public static func enable()
+  @objc public static func setConversionFilteringEnabled(_ enabled: Swift.Bool)
+  @objc public static func setCatalogMatchingEnabled(_ enabled: Swift.Bool)
+  @objc public static func setAdvertiserRuleMatchInServerEnabled(_ enabled: Swift.Bool)
+  #if compiler(>=5.3) && $NonescapableTypes
+  @objc public static func handle(_ url: Foundation.URL?)
+  #endif
+  #if compiler(>=5.3) && $NonescapableTypes
+  @objc(recordAndUpdateEvent:currency:value:parameters:) public static func recordAndUpdate(event: Swift.String, currency: Swift.String?, value: Foundation.NSNumber?, parameters: [Swift.String : Any]?)
+  #endif
+  @objc override dynamic public init()
+  @objc deinit
+}
+@objc(FBSKAdNetworkReporting) public protocol SKAdNetworkReporting {
+  @objc func shouldCutoff() -> Swift.Bool
+  @objc(isReportingEvent:) func isReportingEvent(_ event: Swift.String) -> Swift.Bool
+  @objc func checkAndRevokeTimer()
+}

--
Gitblit v1.8.0