4 lines
59 B
Swift
Raw Normal View History

2024-12-10 16:33:57 +00:00
public protocol Logger {
func log(_ message: String)
}