[U] Update function calls

This commit is contained in:
Hykilpikonna
2021-01-17 13:14:19 -05:00
parent 02d8b40831
commit c3fc3e827f
2 changed files with 2 additions and 5 deletions
-3
View File
@@ -30,9 +30,6 @@ class JSON
/// Local storage
let localStorage = UserDefaults(suiteName: "group.org.hydev.alarm.clock")!
/// Get alarms from local storage
func getLocalAlarms() -> [Alarm] { return JSON.parse([Alarm].self, localStorage.string(forKey: "alarms")!)! }
/// API class
struct API<T>
{