From 45d7604ef74ab43f701887a41f3194abc6efb392 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 11 Sep 2025 09:03:11 +0800 Subject: [PATCH] 提交版本 4.7.0 --- frameworks/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Modules/AppsFlyerLib.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/frameworks/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Modules/AppsFlyerLib.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface b/frameworks/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Modules/AppsFlyerLib.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface index ec89281..2cb8062 100644 --- a/frameworks/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Modules/AppsFlyerLib.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface +++ b/frameworks/AppsFlyerLib.xcframework/tvos-arm64_x86_64-simulator/AppsFlyerLib.framework/Modules/AppsFlyerLib.swiftmodule/arm64-apple-tvos-simulator.private.swiftinterface @@ -1,5 +1,5 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1) +// swift-compiler-version: Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5) // swift-module-flags: -target arm64-apple-tvos12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name AppsFlyerLib // swift-module-flags-ignorable: -enable-bare-slash-regex @_exported import AppsFlyerLib @@ -8,3 +8,25 @@ import _Concurrency import _StringProcessing import _SwiftConcurrencyShims +@_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objc(AppsFlyerConsent) @objcMembers final public class AppsFlyerConsent : ObjectiveC.NSObject, Foundation.NSCoding { + @objc final public var isUserSubjectToGDPR: Swift.Bool { + @objc get + } + @objc final public var hasConsentForDataUsage: Swift.Bool { + @objc get + } + @objc final public var hasConsentForAdsPersonalization: Swift.Bool { + @objc get + } + @objc final public var hasConsentForAdStorage: Foundation.NSNumber? { + @objc get + } + @objc @available(*, deprecated, message: "Use init(isUserSubjectToGDPR:, hasConsentForDataUsage:, hasConsentForAdsPersonalization:, hasConsentForAdStorage:) instead") + convenience public init(nonGDPRUser: Swift.Void) + @objc convenience public init(isUserSubjectToGDPR: Foundation.NSNumber? = nil, hasConsentForDataUsage: Foundation.NSNumber? = nil, hasConsentForAdsPersonalization: Foundation.NSNumber? = nil, hasConsentForAdStorage: Foundation.NSNumber? = nil) + @objc @available(*, deprecated, message: "Use init(isUserSubjectToGDPR:, hasConsentForDataUsage:, hasConsentForAdsPersonalization:, hasConsentForAdStorage:) instead") + convenience public init(forGDPRUserWithHasConsentForDataUsage: Swift.Bool, hasConsentForAdsPersonalization: Swift.Bool) + @objc final public func encode(with coder: Foundation.NSCoder) + @objc convenience public init?(coder: Foundation.NSCoder) + @objc deinit +} -- Gitblit v1.8.0