import Foundation public enum ReminderTime: Equatable { case tonight case tomorrow case thisWeekend }