From aeaf170269ca047cc1769936cd61a689fa4a665e Mon Sep 17 00:00:00 2001 From: Martin Cardozo Date: Tue, 11 Nov 2025 18:10:34 -0300 Subject: [PATCH] Test --- Split/Storage/Attributes/OneKeyAttributesStorage.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Split/Storage/Attributes/OneKeyAttributesStorage.swift b/Split/Storage/Attributes/OneKeyAttributesStorage.swift index a4cf22203..87d7e4e05 100644 --- a/Split/Storage/Attributes/OneKeyAttributesStorage.swift +++ b/Split/Storage/Attributes/OneKeyAttributesStorage.swift @@ -19,7 +19,7 @@ protocol OneKeyAttributesStorage { func clear() func destroy() } - + @available(*, deprecated, message: "Gonna be replaced by AttributesStorage and ByKeyAttributesStorage") class OneKeyDefaultAttributesStorage: OneKeyAttributesStorage {