NetNewsWire/Shared/Extensions/UTType+Extensions.swift

16 lines
271 B
Swift

//
// UTType+Extensions.swift
// NetNewsWire
//
// Created by Brent Simmons on 2/24/24.
// Copyright © 2024 Ranchero Software. All rights reserved.
//
import Foundation
import UniformTypeIdentifiers
extension UTType {
static let opml = UTType("public.opml")!
}