vds_ios/VDS/Protocols/Resetable.swift
Matt Bruce b50f4014c1 added resetable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-08-03 15:25:34 -05:00

13 lines
142 B
Swift

//
// Resetable.swift
// VDS
//
// Created by Matt Bruce on 8/3/22.
//
import Foundation
public protocol Resettable {
func reset()
}