Files
omnivore/apple/OmnivoreKit/Sources/Models/ReminderTime.swift
2022-02-11 09:24:33 -08:00

8 lines
109 B
Swift

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