secretive/SecretKit/Secret.swift
2020-02-18 20:52:00 -08:00

6 lines
97 B
Swift

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