Document Controls: adds dark mode button

This commit is contained in:
James Magahern
2021-02-15 22:47:02 -08:00
parent 2b5475d7f8
commit 00e50b5bda
8 changed files with 52 additions and 27 deletions

View File

@@ -8,7 +8,7 @@
import UIKit
@objc
protocol ShortcutResponder: class {
protocol ShortcutResponder: AnyObject {
@objc
optional func focusURLBar(_ sender: Any?)