mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
11 lines
134 B
Swift
11 lines
134 B
Swift
//
|
|
// File.swift
|
|
//
|
|
//
|
|
// Created by Brent Simmons on 4/7/24.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
extension ParserData: @unchecked Sendable {}
|