mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Continue progress on porting OPML code to Swift.
This commit is contained in:
@@ -9,12 +9,12 @@ import Foundation
|
||||
|
||||
public struct HTMLTag: Sendable {
|
||||
|
||||
public enum HTMLTagType {
|
||||
public enum TagType {
|
||||
case link
|
||||
case meta
|
||||
}
|
||||
|
||||
public let tagType: HTMLTagType
|
||||
public let tagType: TagType
|
||||
public let attributes: [String: String]?
|
||||
|
||||
public init(tagType: TagType, attributes: [String : String]?) {
|
||||
|
||||
Reference in New Issue
Block a user