remove unused typealias

This commit is contained in:
Ivan Smolin 2018-09-14 20:31:24 +03:00
parent b796702b4e
commit ecbf71aec0
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ public enum UserDefaultsError: Error {
}
private typealias JSONObject = [String: Any]
public extension UserDefaults {
/// Returns the object with specified type associated with the first occurrence of the specified default.