7 lines
160 B
Swift
7 lines
160 B
Swift
import Foundation
|
|
|
|
public enum Keys {
|
|
public static let userIdKey = "omnivoreUserIdKey"
|
|
public static let textToSpeechVoice = "omnivoreTextToSpeechVoice"
|
|
}
|