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