// LoopFollow // InfoDataSeparator.swift import Foundation enum InfoDataSeparator: String { case arrow = "→" case slash = "/" case dash = "-" }