Settings View: SwiftUI wrapper

This commit is contained in:
James Magahern
2021-03-03 16:17:54 -08:00
parent 225761473d
commit fb9ec47833
8 changed files with 167 additions and 13 deletions

View File

@@ -35,4 +35,7 @@ protocol ShortcutResponder: AnyObject {
@objc
optional func refresh(_ sender: Any?)
@objc
optional func showPreferences(_ sender: Any?)
}