import Foundation public enum StorageKeyNames { public static let userProfile = "user_profile.json" public static let syncableSetting = "syncable_setting" }