Vladimir Dubovik 3fad13097a Commit
2024-12-17 15:02:13 +03:00

15 lines
313 B
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// MockData.swift
// Schedule ICTIS
//
// Created by G412 on 06.12.2024.
//
import Foundation
struct MockData {
static let daysOfWeek = ["Пн", "Вт", "Ср", "Чт", "Пт", "Сб", "Вс"]
static let notifications = ["Нет", "За 10 минут", "За 30 миннут", "За 1 час"]
}