14 lines
214 B
Swift
14 lines
214 B
Swift
//
|
|
// VDSConstants.swift
|
|
// VDS
|
|
//
|
|
// Created by Matt Bruce on 8/3/22.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public struct Constants {
|
|
public static let StateDebounce = 0.0 //.001
|
|
public static let PaddingOne = 10.0
|
|
}
|