16 lines
220 B
Swift
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
|
|
}
|