Refactoring

This commit is contained in:
Ali
2021-09-23 18:59:10 +03:00
parent dd19880091
commit 3eead87254
79 changed files with 2106 additions and 1005 deletions

View File

@@ -6,6 +6,6 @@ public func setPostboxLogger(_ f: @escaping (String) -> Void) {
postboxLogger = f
}
func postboxLog(_ what: @autoclosure () -> String) {
public func postboxLog(_ what: @autoclosure () -> String) {
postboxLogger(what())
}