7 lines
166 B
Swift
7 lines
166 B
Swift
import Foundation
|
|
|
|
public enum StorageKeyNames {
|
|
public static let userProfile = "user_profile.json"
|
|
public static let syncableSetting = "syncable_setting"
|
|
}
|