CHGenerator/Sources/Generator/Content/DefaultValueProvider.swift
2022-12-01 14:50:26 +01:00

7 lines
96 B
Swift

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