vds_ios/VDS/Classes/Constants.swift
Matt Bruce 1e046fa336 removed / replaced anything to do with model
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-20 15:41:41 -05:00

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
}