From 79dac9a8a2b266236499459521b8da558305842e Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Sun, 28 Sep 2025 15:06:15 +0800
Subject: [PATCH] 提交版本 4.8.0
---
frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib-Swift.h | 44 ++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 42 insertions(+), 2 deletions(-)
diff --git a/frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib-Swift.h b/frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib-Swift.h
index 4155b26..f66b41a 100644
--- a/frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib-Swift.h
+++ b/frameworks/AppsFlyerLib.xcframework/ios-arm64_x86_64-maccatalyst/AppsFlyerLib.framework/Versions/A/Headers/AppsFlyerLib-Swift.h
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
#ifndef APPSFLYERLIB_SWIFT_H
#define APPSFLYERLIB_SWIFT_H
#pragma clang diagnostic push
@@ -277,6 +277,8 @@
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
+@import Foundation;
+@import ObjectiveC;
#endif
#endif
@@ -297,6 +299,24 @@
#endif
#if defined(__OBJC__)
+@class NSNumber;
+@class NSCoder;
+
+SWIFT_CLASS_NAMED("AppsFlyerConsent")
+@interface AppsFlyerConsent : NSObject <NSCoding>
+@property (nonatomic, readonly) BOOL isUserSubjectToGDPR;
+@property (nonatomic, readonly) BOOL hasConsentForDataUsage;
+@property (nonatomic, readonly) BOOL hasConsentForAdsPersonalization;
+@property (nonatomic, readonly, strong) NSNumber * _Nullable hasConsentForAdStorage;
+- (nonnull instancetype)init SWIFT_UNAVAILABLE;
++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
+- (nonnull instancetype)initWithNonGDPRUser SWIFT_DEPRECATED_MSG("Use init(isUserSubjectToGDPR:, hasConsentForDataUsage:, hasConsentForAdsPersonalization:, hasConsentForAdStorage:) instead");
+- (nonnull instancetype)initWithIsUserSubjectToGDPR:(NSNumber * _Nullable)isUserSubjectToGDPR hasConsentForDataUsage:(NSNumber * _Nullable)hasConsentForDataUsage hasConsentForAdsPersonalization:(NSNumber * _Nullable)hasConsentForAdsPersonalization hasConsentForAdStorage:(NSNumber * _Nullable)hasConsentForAdStorage;
+- (nonnull instancetype)initForGDPRUserWithHasConsentForDataUsage:(BOOL)forGDPRUserWithHasConsentForDataUsage hasConsentForAdsPersonalization:(BOOL)hasConsentForAdsPersonalization SWIFT_DEPRECATED_MSG("Use init(isUserSubjectToGDPR:, hasConsentForDataUsage:, hasConsentForAdsPersonalization:, hasConsentForAdStorage:) instead");
+- (void)encodeWithCoder:(NSCoder * _Nonnull)coder;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder;
+@end
+
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
@@ -307,7 +327,7 @@
#endif
#elif defined(__x86_64__) && __x86_64__
-// Generated by Apple Swift version 5.9 (swiftlang-5.9.0.128.108 clang-1500.0.40.1)
+// Generated by Apple Swift version 5.9.2 (swiftlang-5.9.2.2.56 clang-1500.1.0.2.5)
#ifndef APPSFLYERLIB_SWIFT_H
#define APPSFLYERLIB_SWIFT_H
#pragma clang diagnostic push
@@ -584,6 +604,8 @@
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
+@import Foundation;
+@import ObjectiveC;
#endif
#endif
@@ -604,6 +626,24 @@
#endif
#if defined(__OBJC__)
+@class NSNumber;
+@class NSCoder;
+
+SWIFT_CLASS_NAMED("AppsFlyerConsent")
+@interface AppsFlyerConsent : NSObject <NSCoding>
+@property (nonatomic, readonly) BOOL isUserSubjectToGDPR;
+@property (nonatomic, readonly) BOOL hasConsentForDataUsage;
+@property (nonatomic, readonly) BOOL hasConsentForAdsPersonalization;
+@property (nonatomic, readonly, strong) NSNumber * _Nullable hasConsentForAdStorage;
+- (nonnull instancetype)init SWIFT_UNAVAILABLE;
++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
+- (nonnull instancetype)initWithNonGDPRUser SWIFT_DEPRECATED_MSG("Use init(isUserSubjectToGDPR:, hasConsentForDataUsage:, hasConsentForAdsPersonalization:, hasConsentForAdStorage:) instead");
+- (nonnull instancetype)initWithIsUserSubjectToGDPR:(NSNumber * _Nullable)isUserSubjectToGDPR hasConsentForDataUsage:(NSNumber * _Nullable)hasConsentForDataUsage hasConsentForAdsPersonalization:(NSNumber * _Nullable)hasConsentForAdsPersonalization hasConsentForAdStorage:(NSNumber * _Nullable)hasConsentForAdStorage;
+- (nonnull instancetype)initForGDPRUserWithHasConsentForDataUsage:(BOOL)forGDPRUserWithHasConsentForDataUsage hasConsentForAdsPersonalization:(BOOL)hasConsentForAdsPersonalization SWIFT_DEPRECATED_MSG("Use init(isUserSubjectToGDPR:, hasConsentForDataUsage:, hasConsentForAdsPersonalization:, hasConsentForAdStorage:) instead");
+- (void)encodeWithCoder:(NSCoder * _Nonnull)coder;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder;
+@end
+
#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
--
Gitblit v1.8.0