OnCue/Shared/Preferences.swift

13 lines
197 B
Swift

//
// AppStorage.swift
// OnCue
//
// Created by Pradyun Setti on 23/06/2024.
//
import Foundation
public struct Preferences {
static let teleprompterSeparator = "teleprompterSeparator"
}