secretive/SecretKit/Secret.swift

6 lines
97 B
Swift

import Foundation
public protocol Secret: Identifiable, Hashable {
var id: String { get }
}