From b616b00f0d36672f6ced187385cf80f56fa3277b Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 18 Sep 2025 10:07:15 +0800
Subject: [PATCH] no message
---
WASdkImpl/Didomi.xcframework/ios-arm64/Didomi.framework/Headers/Didomi-Swift.h | 42 +++++++++++++++++++-----------------------
1 files changed, 19 insertions(+), 23 deletions(-)
diff --git a/WASdkImpl/Didomi.xcframework/ios-arm64/Didomi.framework/Headers/Didomi-Swift.h b/WASdkImpl/Didomi.xcframework/ios-arm64/Didomi.framework/Headers/Didomi-Swift.h
index 1dc0db2..ef0a3df 100644
--- a/WASdkImpl/Didomi.xcframework/ios-arm64/Didomi.framework/Headers/Didomi-Swift.h
+++ b/WASdkImpl/Didomi.xcframework/ios-arm64/Didomi.framework/Headers/Didomi-Swift.h
@@ -1,6 +1,6 @@
#if 0
#elif defined(__arm64__) && __arm64__
-// Generated by Apple Swift version 6.1 effective-5.10 (swiftlang-6.1.0.110.21 clang-1700.0.13.3)
+// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
#ifndef DIDOMI_SWIFT_H
#define DIDOMI_SWIFT_H
#pragma clang diagnostic push
@@ -1141,7 +1141,7 @@
enum Status : NSInteger;
SWIFT_CLASS("_TtC6Didomi20LoadUserStatusResult")
@interface LoadUserStatusResult : NSObject
-@property (nonatomic, readonly, strong) DDMCurrentUserStatus * _Nonnull userStatus;
+@property (nonatomic, readonly, strong) DDMCurrentUserStatus * _Nullable currentUserStatus;
@property (nonatomic, readonly, copy) NSString * _Nonnull syncDate;
@property (nonatomic, readonly, strong) id <UserAuth> _Nonnull userAuth;
@property (nonatomic, readonly) enum Status status;
@@ -1155,14 +1155,12 @@
typedef SWIFT_ENUM(NSInteger, Status, open) {
/// Consent was loaded from cache
StatusCached = 0,
-/// Consent was canceled
- StatusCanceled = 1,
/// Invalid - See <code>error</code> for more details
- StatusInvalid = 2,
+ StatusInvalid = 1,
/// New User - no consent
- StatusNewUser = 3,
+ StatusNewUser = 2,
/// Consent was successfully synced
- StatusSynced = 4,
+ StatusSynced = 3,
};
@interface LoadUserStatusResult (SWIFT_EXTENSION(Didomi))
@@ -1170,16 +1168,14 @@
/// Error status for <code>loadUserStatuses</code> API
typedef SWIFT_ENUM(NSInteger, ErrorStatus, open) {
-/// Max user count has been reached
- ErrorStatusMaxUserCountReached = 0,
/// Multi-Storage disabled
- ErrorStatusMultiStorageDisabled = 1,
+ ErrorStatusMultiStorageDisabled = 0,
/// Sync disabled
- ErrorStatusSyncDisabled = 2,
+ ErrorStatusSyncDisabled = 1,
/// Sync failed
- ErrorStatusSyncFailed = 3,
+ ErrorStatusSyncFailed = 2,
/// DCS signature failed
- ErrorStatusDcsSignatureFailed = 4,
+ ErrorStatusDcsSignatureFailed = 3,
};
/// Public class representing a single Purpose configuration.
@@ -1430,10 +1426,12 @@
@interface DDMVendor (SWIFT_EXTENSION(Didomi))
@end
-/// Store additional IDs (IAB, num) for the Vendor.
-SWIFT_CLASS_NAMED("Namespaces")
-@interface DDMVendorNamespaces : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nullable iab2;
+/// Store localized URLs for privacy policy and LI claim.
+SWIFT_CLASS_NAMED("URL")
+@interface DDMVendorURL : NSObject
+@property (nonatomic, readonly, copy) NSString * _Nullable langID;
+@property (nonatomic, readonly, copy) NSString * _Nullable privacy;
+@property (nonatomic, readonly, copy) NSString * _Nullable legIntClaim;
- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
@@ -1442,12 +1440,10 @@
@interface DDMVendor (SWIFT_EXTENSION(Didomi))
@end
-/// Store localized URLs for privacy policy and LI claim.
-SWIFT_CLASS_NAMED("URL")
-@interface DDMVendorURL : NSObject
-@property (nonatomic, readonly, copy) NSString * _Nullable langID;
-@property (nonatomic, readonly, copy) NSString * _Nullable privacy;
-@property (nonatomic, readonly, copy) NSString * _Nullable legIntClaim;
+/// Store additional IDs (IAB, num) for the Vendor.
+SWIFT_CLASS_NAMED("Namespaces")
+@interface DDMVendorNamespaces : NSObject
+@property (nonatomic, readonly, copy) NSString * _Nullable iab2;
- (BOOL)isEqual:(id _Nullable)object SWIFT_WARN_UNUSED_RESULT;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
--
Gitblit v1.8.0