//
// Strings.swift
// PodcastsClone
// Created by etudiant on 2023-05-21.
import Foundation
struct Strings {
static let threeDots = "···"
}