refactored DefaultValuing to be its own thing
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
e5d9f77d3d
commit
d0c40aaeca
@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
import Foundation
|
import Foundation
|
||||||
|
|
||||||
public protocol DefaultValuing: Valuing {
|
public protocol DefaultValuing {
|
||||||
static var defaultValue: Self { get }
|
static var defaultValue: Self { get }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user