vChewing-macOS/Packages/Sindresorhus_SSPreferences/Source/SSPreferences/PreferencesStyle.swift

13 lines
272 B
Swift
Executable File

// (c) 2018 and onwards Sindre Sorhus (MIT License).
// ====================
// This code is released under the MIT license (SPDX-License-Identifier: MIT)
import Cocoa
public extension SSPreferences {
enum Style {
case toolbarItems
case segmentedControl
}
}