We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f3b84 commit e05d96bCopy full SHA for e05d96b
Sources/YCoreUI/Protocols/Localizable.swift
@@ -32,5 +32,5 @@ extension Localizable {
32
33
/// The name of the `.strings` file containing the localized strings for this enum.
34
/// Returns `nil` to use the default `Localizable.strings` file
35
- static var tableName: String? { nil }
+ public static var tableName: String? { nil }
36
}
0 commit comments