PrefMgr // Implementing Observability.
This commit is contained in:
parent
8b5e743b9f
commit
c3228acd93
|
@ -12,7 +12,7 @@ import SwiftExtension
|
|||
|
||||
// MARK: -
|
||||
|
||||
@objcMembers public class PrefMgr: PrefMgrProtocol {
|
||||
@objcMembers public class PrefMgr: NSObject, PrefMgrProtocol {
|
||||
public static let shared = PrefMgr()
|
||||
public static let kDefaultCandidateKeys = "123456"
|
||||
public static let kDefaultBasicKeyboardLayout = "com.apple.keylayout.ZhuyinBopomofo"
|
||||
|
|
Loading…
Reference in New Issue