// // Groupable.swift // VDS // // Created by Matt Bruce on 5/24/24. // import Foundation public protocol Groupable: Control { }