vds_ios/VDS/Classes/Constants.swift
Matt Bruce 017f7eadb0 added withable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-08-16 10:02:29 -05:00

14 lines
213 B
Swift

//
// VDSConstants.swift
// VDS
//
// Created by Matt Bruce on 8/3/22.
//
import Foundation
public struct Constants {
public static let ModelStateDebounce = 0.02
public static let PaddingOne = 10.0
}