- //
- // InfoDataSeparator.swift
- // LoopFollow
- //
- // Created by Jonas Björkert on 2024-07-16.
- // Copyright © 2024 Jon Fawcett. All rights reserved.
- //
- import Foundation
- enum InfoDataSeparator: String {
- case arrow = "→"
- case slash = "/"
- case dash = "-"
- }
|