13 lines
139 B
Swift
13 lines
139 B
Swift
//
|
|
// Groupable.swift
|
|
// VDS
|
|
//
|
|
// Created by Matt Bruce on 5/24/24.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public protocol Groupable: Control {
|
|
|
|
}
|