secretive/SecretKit/Secret.swift

6 lines
97 B
Swift
Raw Normal View History

2020-02-19 04:52:00 +00:00
import Foundation
public protocol Secret: Identifiable, Hashable {
var id: String { get }
}