1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 13:50:32 +05:30
yattee/Model/Search/SearchPage.swift

8 lines
122 B
Swift
Raw Normal View History

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