mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-05-10 04:57:22 +00:00
13 lines
147 B
Swift
13 lines
147 B
Swift
import Foundation
|
|
import Combine
|
|
|
|
extension SecureEnclave {
|
|
|
|
public struct Secret: SecretKit.Secret {
|
|
|
|
public let id: String
|
|
|
|
}
|
|
|
|
}
|