NetNewsWire/RSParser/Sources/Swift/Feeds/ParsedHub.swift

16 lines
258 B
Swift

//
// ParsedHub.swift
// RSParser
//
// Created by Brent Simmons on 6/20/17.
// Copyright © 2017 Ranchero Software, LLC. All rights reserved.
//
import Foundation
public struct ParsedHub: Hashable {
public let type: String
public let url: String
}