4 lines
86 B
Swift
4 lines
86 B
Swift
public protocol StorageKeyCatalog {
|
|
static var allKeys: [AnyStorageKey] { get }
|
|
}
|