vds_ios/VDS/Protocols/Groupable.swift
Matt Bruce 73f27d1e8b more code refactoring
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2024-06-20 12:37:19 -05:00

13 lines
139 B
Swift

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