From a665862ca33943c1718b670b192b18b221da8cc4 Mon Sep 17 00:00:00 2001 From: Go Takagi <15936908+shimastripe@users.noreply.github.com> Date: Sun, 6 Oct 2024 08:13:00 +0900 Subject: [PATCH] Remove rebundunt preconcurrency --- Sources/IAPInterface/Model/NotificationHistoryModel.swift | 2 +- Sources/IAPInterface/Model/SubscriptionStatus.swift | 2 +- Sources/IAPInterface/Model/TransactionHistory.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/IAPInterface/Model/NotificationHistoryModel.swift b/Sources/IAPInterface/Model/NotificationHistoryModel.swift index 2d03ed7..8fe1862 100644 --- a/Sources/IAPInterface/Model/NotificationHistoryModel.swift +++ b/Sources/IAPInterface/Model/NotificationHistoryModel.swift @@ -5,7 +5,7 @@ // Created by shimastripe on 2024/02/10. // -@preconcurrency import AppStoreServerLibrary // For Model +import AppStoreServerLibrary // For Model import Foundation public struct NotificationHistoryModel: Codable, Hashable, Sendable { diff --git a/Sources/IAPInterface/Model/SubscriptionStatus.swift b/Sources/IAPInterface/Model/SubscriptionStatus.swift index cad278c..76208ab 100644 --- a/Sources/IAPInterface/Model/SubscriptionStatus.swift +++ b/Sources/IAPInterface/Model/SubscriptionStatus.swift @@ -5,7 +5,7 @@ // Created by shimastripe on 2024/02/22. // -@preconcurrency import AppStoreServerLibrary // For Model +import AppStoreServerLibrary // For Model import Foundation public struct SubscriptionStatus: Codable, Hashable, Sendable { diff --git a/Sources/IAPInterface/Model/TransactionHistory.swift b/Sources/IAPInterface/Model/TransactionHistory.swift index ae2b7a4..6f9bb55 100644 --- a/Sources/IAPInterface/Model/TransactionHistory.swift +++ b/Sources/IAPInterface/Model/TransactionHistory.swift @@ -5,7 +5,7 @@ // Created by shimastripe on 2024/02/24. // -@preconcurrency import AppStoreServerLibrary // For Model +import AppStoreServerLibrary // For Model import Foundation public struct TransactionHistory: Codable, Hashable, Sendable {