6 lines
107 B
Swift
6 lines
107 B
Swift
import Foundation
|
|
|
|
public enum StorageKeyNames {
|
|
public static let userProfile = "user_profile.json"
|
|
}
|