vds_ios/VDS/Protocols/Disabling.swift
Matt Bruce 891cc9c016 remove anyobject
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2023-04-26 15:42:31 -05:00

13 lines
160 B
Swift

//
// Disabling.swift
// VDS
//
// Created by Matt Bruce on 7/22/22.
//
import Foundation
public protocol Disabling {
var disabled: Bool { get set }
}