yattee/Model/ChannelPage.swift

9 lines
149 B
Swift
Raw Permalink Normal View History

import Foundation
struct ChannelPage {
var results = [ContentItem]()
var channel: Channel?
var nextPage: String?
var last = false
}