my-files-sample/BeReal/Extensions/String+Constants.swift

12 lines
198 B
Swift

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