Files
Swiftgram/submodules/Database/ValueBox/Sources/ValueBoxLogger.swift

6 lines
83 B
Swift

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