NetNewsWire/Shared/Extensions/UTType+Extensions.swift

16 lines
271 B
Swift
Raw Normal View History

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