mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
17 lines
214 B
Swift
17 lines
214 B
Swift
//
|
|
// File.swift
|
|
//
|
|
//
|
|
// Created by Brent Simmons on 9/21/24.
|
|
//
|
|
|
|
import Foundation
|
|
import SAX
|
|
|
|
public final class HTMLLinkParser {
|
|
|
|
public static func htmlLinks(parserData: ParserData) -> [HTMLLink] {
|
|
|
|
}
|
|
}
|