6 lines
83 B
Swift

import Foundation
public protocol ValueBoxLogger {
func log(_ what: String)
}