remove unused typealias
This commit is contained in:
parent
b796702b4e
commit
ecbf71aec0
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue