added resetable
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
358e663bdc
commit
b50f4014c1
12
VDS/Protocols/Resetable.swift
Normal file
12
VDS/Protocols/Resetable.swift
Normal file
@ -0,0 +1,12 @@
|
||||
//
|
||||
// Resetable.swift
|
||||
// VDS
|
||||
//
|
||||
// Created by Matt Bruce on 8/3/22.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
public protocol Resettable {
|
||||
func reset()
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user