vds_ios/VDS/Classes/Constants.swift
Matt Bruce 60dbfa9d2b refactored to use layoutSubviews
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-10-20 14:06:03 -05:00

14 lines
219 B
Swift

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