mirror of
https://github.com/sindresorhus/touch-bar-simulator
synced 2025-01-07 09:48:45 +00:00
5 lines
90 B
Swift
5 lines
90 B
Swift
import Foundation
|
|
|
|
struct Constants {
|
|
static let windowAutosaveName = "TouchBarWindow"
|
|
}
|