omnivore/apple/OmnivoreKit/Sources/Models/ReminderTime.swift

8 lines
109 B
Swift
Raw Permalink Normal View History

2022-02-11 17:24:33 +00:00
import Foundation
public enum ReminderTime: Equatable {
case tonight
case tomorrow
case thisWeekend
}