vChewing-macOS/Packages/Sindresorhus_Preferences/Source/Preferences/PreferencesStyle.swift

13 lines
270 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
extension Preferences {
public enum Style {
case toolbarItems
case segmentedControl
}
}