mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-11 01:04:05 +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 {}
|