cs193p-emojiart/EmojiArt/Constants.swift
Ching ac3031dd05 feat(view, model): 增加自动保存功能
增加自动保存功能

Signed-off-by: Ching <loooching@gmail.com>
2023-02-23 21:59:16 +08:00

16 lines
220 B
Swift

//
// Constants.swift
// EmojiArt
//
// Created by ching on 2023/2/19.
//
import Foundation
import SwiftUI
struct const {
static let defaultEmojiFontSize: CGFloat = 40
static let coalescingInterval = 5.0
}