CHGenerator/Sources/Generator/Content/DefaultValueProvider.swift

7 lines
96 B
Swift
Raw Normal View History

import Foundation
protocol DefaultValueProvider {
static var defaultValue: Self { get }
}