Files
Telegram-iOS/submodules/Database/ValueBox/Sources/ValueBoxLogger.swift
T

6 lines
83 B
Swift

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