buzz/Buzz.swift/Buzz/Models/ExportFormat.swift
2023-03-05 10:38:15 +00:00

12 lines
178 B
Swift

//
// ExportFormat.swift
// Buzz
//
// Created by Chidi Williams on 20/02/2023.
//
import Foundation
enum ExportFormat: String, CaseIterable {
case CSV, SRT, TXT, VTT
}