Files
omnivore/apple/OmnivoreKit/Sources/Utils/Keys.swift
2022-09-13 15:22:09 +08:00

7 lines
160 B
Swift

import Foundation
public enum Keys {
public static let userIdKey = "omnivoreUserIdKey"
public static let textToSpeechVoice = "omnivoreTextToSpeechVoice"
}