20 lines
592 B
Swift
20 lines
592 B
Swift
// swiftlint:disable all
|
|
// Generated using SwiftGen, by O.Halligon — https://github.com/SwiftGen/SwiftGen
|
|
|
|
import Foundation
|
|
|
|
// swiftlint:disable superfluous_disable_command
|
|
// swiftlint:disable file_length
|
|
|
|
// MARK: - Strings
|
|
|
|
// swiftlint:disable function_parameter_count identifier_name line_length type_body_length
|
|
public extension VectorL10n {
|
|
/// Choose from files
|
|
static var imagePickerActionFiles: String {
|
|
return VectorL10n.tr("Untranslated", "image_picker_action_files")
|
|
}
|
|
}
|
|
// swiftlint:enable function_parameter_count identifier_name line_length type_body_length
|
|
|