Classes
- Alarm
- AlarmDB
- AlarmScheduler
-
Alarm scheduling class to schedule alarm
- AlarmVC
-
The alarm view controller that is show after a row on the table is tapped
- AppDelegate
- FirebaseUtil
- MainVC
-
The main view controlller of the app. Users often see this view controller as a default. This is where all the alarms are fetched from firebase and alarm requests are made to the OS.
- RewardVC
- RootViewController
- SignInVC
Structures
- AppDatabase
-
A type responsible for initializing the application database.
Protocols
- AlarmVCDelegate