This commit is contained in:
Max Goedjen
2023-12-11 01:57:08 -08:00
parent cf58630065
commit 7c5e8c7aca
14 changed files with 57 additions and 35 deletions

View File

@@ -6,7 +6,7 @@ struct Stub {}
extension Stub {
public class Store: SecretStore {
public final class Store: SecretStore {
public let isAvailable = true
public let id = UUID()