7 lines
165 B
Swift
7 lines
165 B
Swift
import Foundation
|
|
import LocalData
|
|
|
|
nonisolated enum SampleKeyMaterialSources {
|
|
nonisolated static let external = KeyMaterialSource(id: "sample.external.key")
|
|
}
|