14 lines
233 B
Swift
Raw Normal View History

//
// String+Constants.swift
// Profile
//
// Created by Javier Cicchelli on 12/12/2022.
// Copyright © 2022 Röck+Cöde. All rights reserved.
//
extension String {
enum Constants {
static let noValue = "-"
}
}