mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 16:20:53 +01:00
11 lines
144 B
Swift
11 lines
144 B
Swift
//
|
|
// File.swift
|
|
//
|
|
//
|
|
// Created by Brent Simmons on 4/7/24.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
extension RSHTMLMetadataParser: @unchecked Sendable {}
|