updated constant references fixed bug in checkbox Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
13 lines
176 B
Swift
13 lines
176 B
Swift
//
|
|
// VDSConstants.swift
|
|
// VDS
|
|
//
|
|
// Created by Matt Bruce on 8/3/22.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public struct VDSConstants {
|
|
public static let ModelStateDebounce = 0.02
|
|
}
|