6 lines
92 B
Swift
6 lines
92 B
Swift
import Foundation
|
|
|
|
public enum Keys {
|
|
public static let userIdKey = "omnivoreUserIdKey"
|
|
}
|