|
//
|
|
// FeedlyOrigin.swift
|
|
// Account
|
|
//
|
|
// Created by Kiel Gillard on 19/9/19.
|
|
// Copyright © 2019 Ranchero Software, LLC. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
struct FeedlyOrigin: Decodable {
|
|
let title: String?
|
|
let streamId: String?
|
|
let htmlUrl: String?
|
|
}
|