15 lines
256 B
Swift
15 lines
256 B
Swift
//
|
|
// VDSHelper.swift
|
|
// VDS
|
|
//
|
|
// Created by Matt Bruce on 7/22/22.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public struct VDSHelper {
|
|
public static var localizedString: Blocks.StringValueBlock?
|
|
|
|
public static var sizeForDevice: Blocks.SizeForDeviceTypeBlock?
|
|
}
|