Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- struct TaibEntry: TimelineEntry {
- let date: Date
- let taibDate: String // 27 Шавваль 1441
- let location: String // Медина
- let prayers: [PrayItem] // 6 молитв
- let currentPrayItem: CurrentPrayItem
- let reminderItem: ReminderItem
- }
- struct PrayItem {
- let icon: String
- let name: String
- let time: String
- let isPicked: Bool
- }
- struct CurrentPrayItem {
- let currentPrayName: String
- let currentPrayTime: String
- let progress: Float
- let timeBeforeNextPray: String
- let nextPrayName: String
- let nextPrayTime: String
- }
- struct ReminderItem {
- let startIcon: String
- let startName: String
- let startTime: String
- let endIcon: String
- let endTime: String
- let endName: String
- let progress: Float
- let reminderText: String
- }
Add Comment
Please, Sign In to add comment