Various fixes

This commit is contained in:
Ilya Laktyushin
2023-02-07 05:09:34 +04:00
parent f56320215b
commit f1f4eefcbf
12 changed files with 14 additions and 27 deletions

View File

@@ -93,12 +93,10 @@ public final class NavigationBarTheme {
public final class NavigationBarStrings {
public let back: String
public let close: String
public let tab: String
public init(back: String, close: String, tab: String) {
public init(back: String, close: String) {
self.back = back
self.close = close
self.tab = tab
}
}